Releases: mundschenk-at/media-credit
Releases · mundschenk-at/media-credit
Media Credit 1.1.1
- Updating media credit in the Media Library really does update the credit within posts correctly now! (props: Greg Wrey)
- Adding multiple images with freeform media credit to a post also now works as expected (props: Greg Wrey)
Media Credit 1.1
- Now compatible with TinyMCE! Media credit will appear inline (i.e. below the photo) when using the Visual editor rather than as an ugly shortcode.
- Updating media credit in the Media Library will now correctly and safely update it in an attached post, regardless of whether it's a WP user or not
Media Credit 1.0.2
- Added filter on
the_author
so that media credit is properly displayed in Media Library (not yet for unattached media, though - will be added in WP 3.1 hopefully) - Made
$post parameter
actually optional in template tags (usedglobal $post
if not given)
Media Credit 1.0.1
Changed post meta field from media-credit
to _media_credit
so that it doesn't appear in custom fields section on Post edit page normally. Upgrade script will handle changing the key for all existing metadata.
Media Credit 1.0
- Added author media rendering methods (see FAQ)
- If media credit is edited in the Media Library, the media credit in the post to which media is attached to will now update as well!
- Only load JS and CSS in admin on pages that need it
- Blank credit can now be assigned to media
- Switched rendering of media-credit shortcode credit info to div instead of span for more readable RSS feed
Media Credit 0.5.5
- Switched autocomplete to an older, more stable version - should be working great now for all blogs!
- With above, fixed loss of control of AJAX functionality in WordPress admin area
- Default options are now correctly registered when the plugin is activated
- Any pre-existing options will not be overwritten when activating the plugin
- Separator and organization names on the settings page are properly escaped
Media Credit 0.5.1
- Fixed autocomplete when selecting credit so that it only shows currently selectable users (particularly important for WordPress MU users).
- Made it so that upon clicking in the Credit field the text already there will be highlighted - start typing right away!
- Hid media credit inline with attachments if the "Display credits after post" option is enabled.
Media Credit 0.5
Initial release