Multilingual Press Versions Save

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

v2.11.3

4 years ago
  • Fix MultilingualPress tab does not appear in WordPress 5.2+, see #324.
  • Add multilingualpress.deleted_tables filter to skip table deletion, see #323.

v2.11.2

5 years ago
  • Add __block_editor_compatible_meta_box with false value to translation metabox, see #320.
  • Add Network admin notice about WordPress 5 upgrade with a link to the documentation, see #320.

v2.11.1

6 years ago

This is a patch release including three bug fixes.

Thank you very much for your contributions!

Relevant Changes

  • Bump minimum WP version to 4.7 in order to prevent issues, see #301, props @lkraav.
  • Avoid error from STRICT_TRANS_TABLES in @@sqlmode, see #302 and #303, props @rebeccahum, @nickdaugherty.
  • Use Union Jack as English flag.

v2.11.0

6 years ago

This is a minor release including two improvements.

Thank you very much for your contributions!

Relevant Changes

  • Post Translation: Allow for translation of scheduled posts, see #296.
  • Post Translation: Introduce new filter, multilingualpress.is_related_post_editable, for the remote post editing capability check.

v2.10.2

6 years ago

This is a patch release including two bug fixes.

Thank you very much for your contributions!

Relevant Changes

  • Redirect: Fix redirection not working correctly (esp. for front page).
  • Post Translation: Fix slashes being stripped off post data.

v2.10.1

6 years ago

This is a patch release including one bug fix.

Thank you very much for your contributions!

Relevant Changes

  • Site Settings: Fix updating incorrect site.

v2.10.0

6 years ago

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

Thank you very much for your contributions!

Relevant Changes

  • Add PHP_CodeSniffer configs, and adapt code accordingly, see #283.
  • Relations: Include scheduled posts in the remote post search, see #284.
  • Relations: Introduce a new filter, multilingualpress.remote_post_search_arguments, to manipulate the query arguments for the remote post search.
  • Quicklinks: Introduce a new filter, multilingualpress.quicklinks_nofollow, to render nofollow quicklinks, see #251.
  • Post Translation: Fix meta box not rendered for CPTs with custom capabilities, see #286.
  • Redirection: Introduce JavaScript-based redirection.

v2.9.2

6 years ago

This is a patch release including one improvement.

Thank you very much for your contributions!

Relevant Changes

  • Languages API: Fetch the language with the highest priority as site language.

v2.9.1

6 years ago

This is a patch release including one bug fix.

Thank you very much for your contributions!

Relevant Changes

  • Translations: Restrict post type archive translations to active post types only.

v2.9.0

6 years ago

This is a minor release including several improvements.

Thank you very much for your contributions!

Relevant Changes

  • Activation: Initialize the plugin upon activation, see issue #281.
  • Translations: Introduce a new filter, multilingualpress.active_taxonomies, to modify the allowed taxonomies, see issue #282.