Releases: inpsyde/multilingual-press
2.11.3 - 2019-05-24
2.11.2 - 2018-11-22
2.11.1 - 2018-04-23
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
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
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
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
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
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
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
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.