Skip to content

Releases: mundschenk-at/media-credit

Media Credit 3.0.2

12 Apr 20:10
Compare
Choose a tag to compare

Updated visual editor plugin for WordPress 4.5 (minimum WordPress version is now 4.5, as well).

Media Credit 3.0.1

20 Mar 13:38
Compare
Choose a tag to compare

Fixed run_wptexturize filter breakage caused by calling get_bloginfo too early.

Media Credit 3.0.0

06 Mar 15:01
Compare
Choose a tag to compare
  • 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

07 Feb 15:39
Compare
Choose a tag to compare

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

30 Nov 08:21
Compare
Choose a tag to compare

Fixed long-standing bug in JavaScript code for settings "Preview".

Media Credit 2.7.4

28 Nov 10:43
Compare
Choose a tag to compare

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

28 Nov 10:43
Compare
Choose a tag to compare

Somewhere, the caption ID attribute got lost. Sorry.

Media Credit 2.7.2

28 Nov 10:44
Compare
Choose a tag to compare
  • Fixed silent error message regarding unset no_default_credit option
  • Fixed wpautop handling. Probably.

Media Credit 2.7.1

28 Nov 10:45
Compare
Choose a tag to compare
  • Missed a few strings
  • Fixed incorrect positional parameter strings

Media Credit 2.7.1

28 Nov 10:45
Compare
Choose a tag to compare
  • 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