| @@ -1,14 +1,12 @@ | ||
| 1 | 1 | === Polylang === |
| 2 | -Contributors: Chouby, manooweb, raaaahman, marianne38, sebastienserre | |
| 2 | +Contributors: Chouby | |
| 3 | 3 | Donate link: https://polylang.pro |
| 4 | 4 | Tags: multilingual, bilingual, translate, translation, language, multilanguage, international, localization |
| 5 | -Requires at least: 5.1 | |
| 6 | -Tested up to: 5.6 | |
| 7 | -Requires PHP: 5.6 | |
| 8 | -Stable tag: 2.9 | |
| 9 | -License: GPLv3 or later | |
| 10 | -License URI: https://www.gnu.org/licenses/gpl-3.0.html | |
| 5 | +Requires at least: 4.7 | |
| 6 | +Tested up to: 5.0 | |
| 7 | +Stable tag: 2.5 | |
| 8 | +License: GPLv2 or later | |
| 11 | 9 | |
| 12 | 10 | Making WordPress multilingual |
| 13 | 11 | |
| 14 | 12 | == Description == |
| @@ -42,9 +40,9 @@ | ||
| 42 | 40 | Don't hesitate to [give your feedback](http://wordpress.org/support/view/plugin-reviews/polylang#postform). |
| 43 | 41 | |
| 44 | 42 | == Installation == |
| 45 | 43 | |
| 46 | -1. Make sure you are using WordPress 5.1 or later and that your server is running PHP 5.6 or later (same requirement as WordPress itself) | |
| 44 | +1. Make sure you are using WordPress 4.7 or later and that your server is running PHP 5.2.4 or later (same requirement as WordPress itself) | |
| 47 | 45 | 1. If you tried other multilingual plugins, deactivate them before activating Polylang, otherwise, you may get unexpected results! |
| 48 | 46 | 1. Install and activate the plugin as usual from the 'Plugins' menu in WordPress. |
| 49 | 47 | 1. Go to the languages settings page and create the languages you need |
| 50 | 48 | 1. Add the 'language switcher' widget to let your visitors switch the language. |
| @@ -77,85 +75,45 @@ | ||
| 77 | 75 | 4. The Edit Post screen with the Languages metabox |
| 78 | 76 | |
| 79 | 77 | == Changelog == |
| 80 | 78 | |
| 81 | -= 2.9 (2020-12-07) = | |
| 79 | += 2.5 (2018-12-06) = | |
| 82 | 80 | |
| 83 | -* Add compatibility with WordPress 5.6 | |
| 84 | -* Pro: Add locale fallback used when the theme or plugins translations are not available | |
| 85 | -* Pro: Fix SSO and browser preferred language redirect when using multiple domains | |
| 86 | -* Pro: Fix post slugs for German and Danish in the REST API | |
| 87 | -* Pro: Fix a fatal error in ACF integration when saving url modifications with multiple domains | |
| 88 | -* Pro: Fix a deprecated notice fired by ACF since the version 5.9.2 | |
| 89 | -* Pro: Fix ACF relationship fields not reloaded when changing the language in the classic editor | |
| 90 | -* Update plugin updater to version 1.8 | |
| 91 | -* Add Lower Sorbian to the list of predefined language | |
| 92 | -* Options are now translated on backend when using the admin language filter | |
| 93 | -* Keep previous translations when modifying an option value | |
| 94 | -* Add navigation markup to the language switcher widget | |
| 95 | -* Fix canonical redirect for taxonomy terms | |
| 96 | -* Fix a fatal error when deleting a post with a translation group corrupted in the database | |
| 97 | -* Fix a fatal error when switching to plain permalinks and using multiple domains | |
| 98 | -* Fix a conflict with WP Sweep which could corrupt languages | |
| 99 | -* Fix title displayed instead of meta description with Yoast SEO > 14.0 | |
| 100 | -* Fix PHP Notice: Undefined index: wp_the_query in /frontend/choose-lang-content.php on line 92 | |
| 81 | +* Add compatibility with WP 5.0 | |
| 82 | +* Fix custom flags when the WP content folder is not in the WP install folder | |
| 83 | +* Fix PHP notice if a language has no flag | |
| 101 | 84 | |
| 102 | -= 2.8.4 (2020-11-03) = | |
| 85 | += 2.4.1 (2018-11-27) = | |
| 103 | 86 | |
| 104 | -* Pro: Remove useless bulk translate action for ACF fields groups | |
| 105 | -* Pro: Fix the translation of the CPTUI labels when the language is set from the content | |
| 106 | -* Fix sitemaps redirected to the default language since WP 5.5.1 | |
| 107 | -* Fix object cache not flushed for sticky posts #601 | |
| 108 | -* Fix blog page broken when trashing a page and the blog page is not translated in all languages | |
| 109 | -* Fix custom flags ignored in WPML compatibility mode | |
| 110 | -* Fix breadcrumb for untranslated post types in Yoast SEO | |
| 87 | +* Pro: Add compatibility with REST API changes made in WP 5.0 | |
| 88 | +* Pro: Fix sticky posts in the REST API | |
| 89 | +* Pro: Fix overwritten custom post slug when the post is updated with the REST API | |
| 90 | +* Pro: Fix bulk translate for media | |
| 91 | +* Fix a conflict with Custom sidebars and Content aware sidebars | |
| 92 | +* Fix a conflict with the theme Pokemania | |
| 93 | +* Fix PHP notices when using the function 'icl_link_to_element' for terms | |
| 94 | +* Fix title slugs for posts written in German | |
| 111 | 95 | |
| 112 | -= 2.8.3 (2020-10-13) = | |
| 96 | += 2.4 (2018-11-12) = | |
| 113 | 97 | |
| 114 | -* Honor install_languages capability to download language packs | |
| 115 | -* Pro: Fix integrations not loaded (with The Events Calendar, CPTUI, Content blocks) | |
| 116 | -* Pro: Fix fatal error with ACF if a flexible content includes a repeater and a relationship | |
| 117 | -* Pro: Fix terms sharing their slug impossible to update without changing the slug | |
| 118 | -* When available, use wpcom_vip_get_page_by_path() instead of get_page_by_path() | |
| 119 | -* Fix queries filtered when editing a post that was declared untranslatable after it got a language | |
| 120 | -* Fix issues with Yoast SEO 14.0+ (breadcrumbs, canonical, title and description) | |
| 121 | - | |
| 122 | -= 2.8.2 (2020-09-08) = | |
| 123 | - | |
| 124 | -* Pro: Fix posts sharing the same slug displayed on the same page | |
| 125 | -* Fix: Don't use a javascript localized string removed in WP 5.5 #568 | |
| 126 | -* Fix fatal error in site health when no language is defined #563 | |
| 127 | -* Fix various issues with Yoast SEO 14.x #65, #503, #505 | |
| 128 | -* Fix fatal error with MU Domain Mapping when saving domains in Polylang settings #569 | |
| 129 | - | |
| 130 | -= 2.8.1 (2020-08-25) = | |
| 131 | - | |
| 132 | -* Pro: Fix fatal error with WP 4.9 | |
| 133 | -* Fix pll_the_languages() with 'raw' option returning html flag instead of flag url #558 | |
| 134 | -* Fix compatibility with Duplicate Posts not correcly loaded #557 | |
| 135 | -* Fix custom flag size in admin bar language switcher #559 | |
| 136 | -* Fix tag clouds mixed in the classic editor #561 | |
| 137 | - | |
| 138 | -= 2.8 (2020-08-17) = | |
| 139 | - | |
| 140 | -* Pro: Add a language switcher block | |
| 141 | -* Pro: Add compatibility with block image edition introduced in WP 5.5 | |
| 142 | -* Pro: Fix our private taxonomies being displayed in the ACF field group rules. | |
| 143 | -* Pro: Fix incorrect flags loaded from the block editor | |
| 144 | -* Pro: Fix SSO causing a wrong redirect when using subdomains (introduced in 2.7.4) | |
| 145 | -* Pro: Fix a performance issue on the plugins list | |
| 146 | -* Pro: Fix option to automatically duplicate media in all languages when uploading a new file not honored in block image | |
| 147 | -* Use composer for autoload and Polylang Pro dependency on Polylang | |
| 148 | -* Display a flag for each post in the posts list tables (same for terms). #515 | |
| 149 | -* Add test for the homepage translations to Site Health | |
| 150 | -* Add debug information to Site Health | |
| 151 | -* Add compatibility with the sitemaps introduced in WP 5.5 #451 | |
| 152 | -* Always filter WP_Query by the current language | |
| 153 | -* Support wildcards in "admin-texts" parent keys in wpml-config.xml | |
| 154 | -* Fix sticky posts showed for all languages when the admin language filter is active #469 | |
| 155 | -* Fix a performance issue on the pages list | |
| 156 | -* Fix dependency to jQuery Migrate removed from WP 5.5 #539 | |
| 157 | -* Fix: output secure cookie when using a cache plugin and ssl #542 | |
| 158 | -* Fix the possibility to create 2 terms with the same name in the same language, without specifying the second slug. | |
| 159 | -* Fix sticky posts appearing 2 times in WP 5.5 | |
| 98 | +* Minimum WordPress version is now 4.7 | |
| 99 | +* Pro: Add the possibility to bulk duplicate or bulk synchronize posts. | |
| 100 | +* Pro: Add compatibility with Admin Columns | |
| 101 | +* Pro: Add synchronized posts to the REST API | |
| 102 | +* Pro: Fix variations messed when changing WooCommerce attributes slugs | |
| 103 | +* Pro: Fix incorrect language for ajax requests made on front by The Events Calendar | |
| 104 | +* Pro: Fix term not duplicated correctly when the language is set from the content | |
| 105 | +* Refactor the core to activate on front and for the REST api actions that were previously available only in the backend (language checks, synchronizations...). | |
| 106 | +* Add flags to widgets displayed in only one language (Props Jory Hogeveen) #257 | |
| 107 | +* Honor the filter 'pll_the_language_args' for all options in menus #237 | |
| 108 | +* Add better filters for default flags and custom flags | |
| 109 | +* Custom flags can now be stored in the polylang directory in the theme | |
| 110 | +* Custom flags can now use SVG | |
| 111 | +* Add compatibility with Jetpack featured content module | |
| 112 | +* Fix Twenty Fourteen featured posts possibly not filtered per language | |
| 113 | +* Fix home url not working with WordPress MU Domain mapping | |
| 114 | +* Fix Assigning a parent category breaking the hierarchy of translated category | |
| 115 | +* Fix: Accept 0,1 and 1.0 as q factors in browser preferred language detection (Props Dominic Rubas) | |
| 116 | +* Fix performance issue when using hundreds of widgets | |
| 117 | +* Fix translations possibly wrong if the post language is changed without saving the post after | |
| 160 | 118 | |
| 161 | 119 | See [changelog.txt](https://plugins.svn.wordpress.org/polylang/trunk/changelog.txt) for older changelog |