Skip to content

Media Credit 4.0.0

Compare
Choose a tag to compare
@mundschenk-at mundschenk-at released this 11 Mar 13:28
8347884
  • Feature: Full REST API support (reading and writing).
  • Feature: A custom default credit for new attachments can be set via the GUI
    or the new filter hook media_credit_new_attachment_default.
  • Feature: Placeholder texts can be customized via the new filter hook
    media_credit_placeholder_text.
  • Feature: Images added via the Block Editor (Gutenberg) will be displayed
    with their credit.
  • Feature: New autoload-friendly template tag API based on the Media_Credit
    class. The old function-based API has been deprecated.
  • Change: The previously deprecated template function get_freeform_media_credit
    has been removed.
  • Change: In HTML5 mode, the credit has been moved inside the <figcaption>.
  • Change: PHP minimum version increased to 5.6.0.
  • Bugfix: When default credits are disabled, the display name of a user can be
    used as a freeform credit again.