Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: inpsyde/multilingual-press

2.11.3 - 2019-05-24

24 May 08:43
Compare
Choose a tag to compare
  • Fix MultilingualPress tab does not appear in WordPress 5.2+, see #324.
  • Add multilingualpress.deleted_tables filter to skip table deletion, see #323.

2.11.2 - 2018-11-22

22 Nov 08:43
Compare
Choose a tag to compare
  • 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.

2.11.1 - 2018-04-23

23 Apr 08:02
Compare
Choose a tag to compare

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.

2.11.0 - 2017-11-07

07 Nov 14:17
Compare
Choose a tag to compare

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.

2.10.2 - 2017-10-30

30 Oct 13:33
Compare
Choose a tag to compare

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.

2.10.1 - 2017-10-27

27 Oct 08:25
Compare
Choose a tag to compare

This is a patch release including one bug fix.

Thank you very much for your contributions!

Relevant Changes

  • Site Settings: Fix updating incorrect site.

2.10.0 - 2017-10-24

24 Oct 07:29
Compare
Choose a tag to compare

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.

2.9.2 - 2017-10-16

16 Oct 12:28
Compare
Choose a tag to compare

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.

2.9.1 - 2017-09-25

25 Sep 10:39
Compare
Choose a tag to compare

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.

2.9.0 - 2017-09-04

04 Sep 14:18
Compare
Choose a tag to compare

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.