Releases: mundschenk-at/media-credit
Releases · mundschenk-at/media-credit
Media Credit 3.2.0
- 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
- 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
- Return
''
(the empty string) when retrieving empty freeform credits. - Honor "Do not display default credit" for featured images.
Media Credit 3.1.5
- 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 includingadd_filter( 'media_credit_post_thumbnail_include_links', __return_true );
in the theme'sfunctions.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
Properly sync models when editing image details.
Media Credit 3.1.3
Removed non-existent customizer callback (props @rboulet).
Media Credit 3.1.2
- Fixed conflict between WPBakery Visual Composer 4.x and Media Credit.
- Updated TinyMCE components.
Media Credit 3.1.1
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
- 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
- Updating credits via the Visual Editor works again. Props siricar, timausk, jellylegs.
- Consolidated UI in "Edit Image" dialog.