Skip to content

Releases: mundschenk-at/media-credit

Media Credit 3.2.0

21 Feb 00:10
d710d97
Compare
Choose a tag to compare
  • Use minified stylesheets and JavaScript files if running in a production environment.
  • "Display credit after posts" now works with pages as well as regular posts (and custom post types).
  • "Include schema.org structured data" can switched off again after first being enabled.
  • General code clean-up.
  • TinyMCE components updated.

Media Credit 3.1.7

24 Feb 16:18
Compare
Choose a tag to compare
  • JavaScript components should be slightly more fault tolerant now.
  • The plugin does not depend on the visual editor being enabled anymore. Props karinamendonca29.

Media Credit 3.1.6

04 Feb 15:30
Compare
Choose a tag to compare
  • Return '' (the empty string) when retrieving empty freeform credits.
  • Honor "Do not display default credit" for featured images.

Media Credit 3.1.5

29 Jan 21:00
Compare
Choose a tag to compare
  • Prevent invalid link nesting in featured image credits. This means that by default, no <a> tags are printed for featured image credits.
    The old behaviour can be restored by including add_filter( 'media_credit_post_thumbnail_include_links', __return_true ); in the theme's functions.php.
  • "Display credit after posts" is now restricted to the proper single post view (and not every usage of the_content hook).
  • "Display credit after posts" is honored when used together with "Display credit for featured images".

Media Credit 3.1.4

01 Jan 22:49
Compare
Choose a tag to compare

Properly sync models when editing image details.

Media Credit 3.1.3

21 Dec 18:19
Compare
Choose a tag to compare

Removed non-existent customizer callback (props @rboulet).

Media Credit 3.1.2

11 Dec 16:39
Compare
Choose a tag to compare
  • Fixed conflict between WPBakery Visual Composer 4.x and Media Credit.
  • Updated TinyMCE components.

Media Credit 3.1.1

15 Aug 12:00
Compare
Choose a tag to compare

Fixed JavaScript error in media uploaded directly from Edit Post (wp_prepare_attachment_for_js only gets called after the upload finishes in 4.5.x).

Media Credit 3.1.0

13 Aug 13:10
Compare
Choose a tag to compare
  • Optional no-follow attribute added.
  • Optional schema.org markup added.
  • Use HTML5 placeholders instead of default text when "no default credits" is set.
  • Settings have been updated & streamlined.
  • Added caching for backend queries.
  • Updated TinyMCE components.
  • Switched to the new Media API based on Backbone.js introduced in WordPress 3.5 for a snappier and more consistent user experience.
  • Several security fixes and a general code clean-up have been applied due to automatic enforcement of WordPress coding standards.
  • Fixed conflict between "no default credits" and featured image credits.

Media Credit 3.0.3

13 Jul 20:20
Compare
Choose a tag to compare
  • Updating credits via the Visual Editor works again. Props siricar, timausk, jellylegs.
  • Consolidated UI in "Edit Image" dialog.