Multilingual Press Versions Save

The multisite-based free open source plugin for your multilingual WordPress websites.

2.8.1

6 years ago

This is a patch release including one bug fix.

Relevant Changes

  • Content Relations: Fix always disconnecting the source post.

2.8.0

6 years ago

This is a minor release including several bug fixes and improvements.

Thank you very much for your contributions!

Relevant Changes

  • Content Relations: Fix various (edge case) issue around adding a new post to an existing relationship, see issue #280.
  • DB: Always (try to) delete a table before creating it a new, see issue #240.
  • hreflang: Introduce a new filter, multilingualpress.render_hreflang, to force or prevent rendering.
  • hreflang: Introduce a new filter, multilingualpress.hreflang_post_status, to restrict post translations, and only query published posts, see issue #276 and issue #277.
  • Language API: Introduce a new argument, post_status, to restrict post translations.
  • Redirect: Introduce a new filter, multilingualpress.redirect_post_status, to restrict post redirect targets, and only query published posts, see pull request #278, props @diedexx.

v2.7.1

6 years ago

This is a patch release including several improvements.

Thank you very much for your contributions!

Relevant Changes

  • Redirect: Add optional $args argument to Mlp_Language_Negotiation::get_redirect_matches() and pass it on to Mlp_Language_Api::get_translations(), see pull request #271, props @diedexx.
  • Redirect: Add content_id to redirect matches, see pull request #271, props @diedexx.
  • Relations: Delete all relationship data with the last relationship, see issue #273.

v2.7.0

6 years ago

This is a minor release including several improvements.

Thank you very much for your contributions!

Relevant Changes

  • Redirect: Introduce a new filter, multilingualpress.redirect_targets, to manipulate the found redirect targets, see pull request #265, props @diedexx.
  • hreflang: Introduce new filters multilingualpress.hreflang_type and multilingualpress.hreflang_translations, see pull request #267, props @diedexx.
  • hreflang: Bump priority for hreflang HTTP headers to 11.
  • Redirect: Bump default value for language-only priority factor.

v2.6.0

6 years ago

This is a minor release including two bug fixes and several improvements.

Relevant Changes

  • Types: Introduce null implementations for language and translation interfaces, Mlp_Null_Language and Mlp_Null_Translation.
  • Nav Menu: Use Mlp_Null_Translation in favor of null.
  • Language API: Don't cache translations anymore, see issue #261.
  • Term Translator: Don't cache translations anymore.
  • Table List: Don't cache table names anymore.
  • Language Switcher: Make Native name the default Link text option value, see issue #262.

v2.5.5

7 years ago

This is a patch release including two bug fixes.

Relevant Changes

  • Translations: Fix issue with unfilterable URLs in the hreflang HTTP header and HTML element output.
  • Post Translator: Fix creation of (duplicate) draft translation posts on post preview, see issue #260.

v2.5.4

7 years ago

This is a patch release including one bug fix.

Relevant Changes

v2.5.3

7 years ago

This is a patch release including one bug fix.

Relevant Changes

  • Helpers: Fix Mlp_Helpers::get_language_flag() (and thus mlp_get_language_flag()) throwing a warning for non-custom flag images.

v2.5.2

7 years ago

This is a patch release including one bug fix.

Relevant Changes

  • Language Switcher: Fix widget not passing on the strict flag.

v2.5.1

7 years ago

This is a patch release including one bug fix.

Relevant Changes