PluginProbe
Polylang / 2.6.3
Polylang v2.6.3
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | readme.txt +54 -66 2.7.42.6.3 View file →
@@ -1,14 +1,12 @@
1 1 === Polylang ===
2 -Contributors: Chouby, manooweb, raaaahman, marianne38
2 +Contributors: Chouby, manooweb
3 3 Donate link: https://polylang.pro
4 4 Tags: multilingual, bilingual, translate, translation, language, multilanguage, international, localization
5 -Requires at least: 4.9
6 -Tested up to: 5.4
7 -Requires PHP: 5.6
8 -Stable tag: 2.7.4
5 +Requires at least: 4.7
6 +Tested up to: 5.2
7 +Stable tag: 2.6.3
9 8 License: GPLv3 or later
10 -License URI: https://www.gnu.org/licenses/gpl-3.0.html
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 4.9 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,72 +75,62 @@
77 75 4. The Edit Post screen with the Languages metabox
78 76
79 77 == Changelog ==
80 78
81 -= 2.7.4 ( 2020-06-29) =
79 += 2.6.3 (2019-08-06) =
82 80
83 -* Pro: Allow using our /untranslated-posts REST endpoint for non-public post types
84 -* Pro: Fix broken display in the block editor sidebar when a language has no flag
85 -* Pro: Fix SSO breaking the preview on secondary domains
86 -* Pro: Fix ACF translation option not working for term custom fields
87 -* Pro: Fix a styling issue in the fields group list table in ACF 5.9
88 -* Add Spanish from Puerto Rico to the predefined list of languages
81 +* Pro: Fix fatal error when updating an ACF field from frontend
82 +* Pro: Add action 'pll_post_synchronized'
83 +* Allow to get the current or default language object using the API. Props Jory Hogeveen. #359
84 +* Fix empty span in languages switcher widget when showing only flags
85 +* Fix wpml_register_single_string when updating the original string
89 86
90 -= 2.7.3 (2020-05-26) =
87 += 2.6.2 (2019-07-16) =
91 88
92 -* Security: Slash metas
93 -* Pro: Fix categories not savedafter the language has been switched in the block editor
94 -* Pro: Fix ACF fields stored as integers instead of strings
95 -* Pro: Fix ACF untranslated posts or terms being copied when creating a new translation
96 -* Pro: Fix PHP notice with ACF when a repeater or group is included in a flexible content
97 -* Pro: Fix "DevTools failed to load SourceMap" warning in browser console
98 -* Update plugin updater to 1.7.1
99 -* Honor the filter "pll_the_language_link" when the language switcher displays a dropdown #506
100 -* Fix "Something went wrong" message when quick editing untranslated post types #508
101 -* Fix wpseo_opengraph deprecated warning #509
89 +* Pro: Fix slow admin in case the translations update server can't be reached
90 +* Pro: Fix value not correctly translated for ACF clone fields in repeater
91 +* Fix strings translations mixed when registered via the WPML compatibility. #381
102 92
103 -= 2.7.2 (2020-04-27) =
93 += 2.6.1 (2019-07-03) =
104 94
105 -* Pro: Re-allow to modify the capability for strings translations
106 -* Pro: Fix redirect for posts having the same slug as a media
107 -* Pro: Fix PHP notice with ACF flexible content
108 -* Pro: Fix a fatal error with InfiniteWP
109 -* Update plugin updater to 1.7
110 -* Fix font in setup wizard
95 +* Pro: Fix Yoast SEO sitemap for inactive languages when using subdomains or multiple domains
96 +* Fix fatal error in combination with Yoast SEO and Social Warfare
97 +* Fix post type archive url in Yoast SEO sitemap
111 98
112 -= 2.7.1 (2020-04-09) =
99 += 2.6 (2019-06-26) =
113 100
114 -* Pro: Fix untranslated post types filtered by the parameter in the REST API #493
115 -* Fix fatal error when the function idn_to_ascii is not available
116 -* Fix PHP warning warning when a 3rd party plugin declares options not stored in DB in wpml-config.xml #492
117 -* Fix fatal error when a 3rd party plugin declares options stored as objects in wpml-config.xml #494
118 -
119 -= 2.7 (2020-04-06) =
120 -
121 -* Minimum WordPress version is now 4.9
122 -* Pro: Strings translations can now be exported and imported (in PO format)
123 -* Pro: Allow to decide individually which ACF fields to copy or synchronize
124 -* Pro: Add action pll_inactive_language_requested
125 -* Pro; Fix fatal error in The Events Calendar compatibility when no language is defined yet
126 -* Pro: Fix bulk translate when a post has no language
127 -* Pro: Fix reusable block saved without language
128 -* Pro: Fix post requested by slug not filtered in REST API, when the slug is shared
129 -* Add a setup wizard
130 -* Add Swahili, Upper Sorbian, Sindhi and Spanish from Uruguay to the list of predefined languages
131 -* Add flags in the predefined list of languages
132 -* Allow to hide the metaboxes from the screen options
133 -* The deletion of the plugin's data at uninstall is now controlled by a PHP constant instead of an option #456
134 -* Add parent in ajax response when selecting a term in autocomplete field #328
135 -* Add Vary: Accept-Language http header in home page redirect. Props @chesio #452
136 -* Improve performance to register/unregister WPML strings
137 -* Add support for the action wpml_switch_language
138 -* Add post_status to the list of accepted args of pll_count_posts()
139 -* Apply the filter pll_preferred_language in wp-login.php
140 -* Use filtered wrappers to create meta when creating media translations #231
141 -* Allow to translate the Twenty Seventeen header video Youtube url #460
142 -* Notices are now dismissed per site instead of per user #478
143 -* Fix terms not visible in the quick edit when only one language is defined and teh admin language filter is active
144 -* Fix post state not displayed for translations of the privacy policy page #395
145 -* Fix wildcards not correctly interpreted in wpml-config.xml
146 -* Fix product categories with special characters duplicated when importing WooCommerce products #474
101 +* Pro: Remove all languages files. All translations are now maintained on TranslationsPress
102 +* Pro: Move the languages metabox to a block editor plugin
103 +* Pro: Better management of user capabilities when synchronizing posts
104 +* Pro: Separate REST requests from the frontend
105 +* Pro: Copy the post slug when duplicating a post
106 +* Pro: Duplicate ACF term metas when terms are automatically duplicated when creating a new post translation
107 +* Pro: Fix hierarchy lost when duplicating terms
108 +* Pro: Fix page shared slugs with special characters
109 +* Pro: Fix synchronized posts sharing their slug when the language is set from the content
110 +* Pro: Fix PHP warning with ACF Pro 5.8.1
111 +* Pro: Fix ACF clone fields not translated in repeaters
112 +* Better management of user capablities when synchronizing taxonomies terms and custom fields
113 +* Extend string translations search to translated strings #207
114 +* Update plugin updater to 1.6.18
115 +* Honor the filter `pll_flag` when performing the flag validation when creating a new language
116 +* Modify the title and the label for the language switcher menu items #307
117 +* Add support for international domain names
118 +* Add a title to the link icon used to add a translation #325
119 +* Add a notice when a static front page is not translated in a language
120 +* Add support for custom term fields in wpml-config.xml
121 +* Add filter `pll_admin_languages_filter` for the list of items the admin bar language filter
122 +* Add compatibility with WP Offload Media Lite. Props Daniel Berkman
123 +* Yoast SEO: Add post type archive url in all languages to the sitemap
124 +* Fix www. not redirected to not www. for the home page in multiple domains #311
125 +* Fix cropped images not being synchronized
126 +* Fix auto added page to menus when the page is created with the block editor
127 +* Fix embed of translated static front page #318
128 +* Fix a possible infinite redirect if the static front page is not translated
129 +* Fix incorrect behavior of action 'wpml_register_single_string' when updating the string source
130 +* Fix fatal error with Jetpack when no languages has been defined yet #330
131 +* Fix a conflict with Laravel Valet. Props @chesio. #250
132 +* Fix a conflict with Thesis.
133 +* Fix a conflict with Pods in the block editor. Props Jory Hogeveen. #369
134 +* Fix fatal error with Twenty Fourteen introduced in version 2.5.4. #374
147 135
148 136 See [changelog.txt](https://plugins.svn.wordpress.org/polylang/trunk/changelog.txt) for older changelog