Releases: mundschenk-at/media-credit
Releases · mundschenk-at/media-credit
Media Credit 3.0.2
Updated visual editor plugin for WordPress 4.5 (minimum WordPress version is now 4.5, as well).
Media Credit 3.0.1
Fixed run_wptexturize
filter breakage caused by calling get_bloginfo
too early.
Media Credit 3.0.0
- Refactored plugin for a more future-proof architecture.
- Moved all non-'template tag' functions out of the global namespace. This might break themes that relied on these (undocumented) functions. Please test before updating if you are running a highly customized installation of Media Credit.
- Wrap standalone media credits in if HTML5 support for captions is enabled.
- Uses WordPress language packs for translations.
- Fixed previously broken use case when both caption and credit are removed from an image in the visual editor.
- Added check whether parent is already published when displaying "attached" media.
- Added support for featured image credits.
Media Credit 2.7.6
Backported fix for removing both credit and caption in Visual Editor (from 3.0 development branch).
Please note: This will likely be the last patch before 3.0.
Media Credit 2.7.5
Fixed long-standing bug in JavaScript code for settings "Preview".
Media Credit 2.7.4
Fixed empty credit array for media_credit_at_end filter when there is only one (unique) credit. Props David Higgins.
Media Credit 2.7.3
Somewhere, the caption ID attribute got lost. Sorry.
Media Credit 2.7.2
- Fixed silent error message regarding unset no_default_credit option
- Fixed wpautop handling. Probably.
Media Credit 2.7.1
- Missed a few strings
- Fixed incorrect positional parameter strings
Media Credit 2.7.1
- Honor 'Do not display default credit' option in conjunction with 'Display credit after posts'
- Added translation functions to user visible strings
- Added German translation
- Fixed responsive image breakage on some themes
- Fixed autocomplete in customizer