Polylang - Version 3.2.1

Version Description

(2022-04-14) =

  • Pro: Fix users with editor role not able to save or publish posts
  • Pro: Fix FSE compatibility not loaded when the plugin Gtenberg is active
  • Pro: Fix a fatal error occuring with Yoast SEO Premium
  • Pro: Fix a fatal error with ACF when no language is defined
Download this release

Release Info

Developer Chouby
Plugin Icon 128x128 Polylang
Version 3.2.1
Comparing to
See all releases

Code changes from version 3.2 to 3.2.1

Files changed (2) hide show
  1. polylang.php +2 -2
  2. readme.txt +9 -2
polylang.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: Polylang
11
  * Plugin URI: https://polylang.pro
12
  * Description: Adds multilingual capability to WordPress
13
- * Version: 3.2
14
  * Requires at least: 5.6
15
  * Requires PHP: 5.6
16
  * Author: WP SYNTEX
@@ -53,7 +53,7 @@ if ( defined( 'POLYLANG_VERSION' ) ) {
53
  }
54
  } else {
55
  // Go on loading the plugin
56
- define( 'POLYLANG_VERSION', '3.2' );
57
  define( 'PLL_MIN_WP_VERSION', '5.6' );
58
  define( 'PLL_MIN_PHP_VERSION', '5.6' );
59
 
10
  * Plugin Name: Polylang
11
  * Plugin URI: https://polylang.pro
12
  * Description: Adds multilingual capability to WordPress
13
+ * Version: 3.2.1
14
  * Requires at least: 5.6
15
  * Requires PHP: 5.6
16
  * Author: WP SYNTEX
53
  }
54
  } else {
55
  // Go on loading the plugin
56
+ define( 'POLYLANG_VERSION', '3.2.1' );
57
  define( 'PLL_MIN_WP_VERSION', '5.6' );
58
  define( 'PLL_MIN_PHP_VERSION', '5.6' );
59
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: multilingual, bilingual, translate, translation, language, multilanguage,
5
  Requires at least: 5.6
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
- Stable tag: 3.2
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -97,6 +97,13 @@ Wherever third party code has been used, credit has been given in the code’s c
97
 
98
  == Changelog ==
99
 
 
 
 
 
 
 
 
100
  = 3.2 (2022-04-12) =
101
 
102
  * Requires WP 5.6 as minimum version
@@ -104,7 +111,7 @@ Wherever third party code has been used, credit has been given in the code’s c
104
  * Pro: Add a language switcher block for the navigation block introduced in WP 5.9
105
  * Pro: Add compatibility with the new gallery block introduced in WP 5.9
106
  * Pro: Make the language switcher block available in the widget section of the customizer
107
- * Pro: Fix wrong category when translating the latest block
108
  * Pro: Fix the language switcher block when using the dropdown option
109
  * Pro: Fix some edge cases with locale fallback
110
  * Pro: Fix post template replacing the post content when duplicating a post
5
  Requires at least: 5.6
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
+ Stable tag: 3.2.1
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
97
 
98
  == Changelog ==
99
 
100
+ = 3.2.1 (2022-04-14) =
101
+
102
+ * Pro: Fix users with editor role not able to save or publish posts
103
+ * Pro: Fix FSE compatibility not loaded when the plugin Gütenberg is active
104
+ * Pro: Fix a fatal error occuring with Yoast SEO Premium
105
+ * Pro: Fix a fatal error with ACF when no language is defined
106
+
107
  = 3.2 (2022-04-12) =
108
 
109
  * Requires WP 5.6 as minimum version
111
  * Pro: Add a language switcher block for the navigation block introduced in WP 5.9
112
  * Pro: Add compatibility with the new gallery block introduced in WP 5.9
113
  * Pro: Make the language switcher block available in the widget section of the customizer
114
+ * Pro: Fix wrong category when translating the latest posts block
115
  * Pro: Fix the language switcher block when using the dropdown option
116
  * Pro: Fix some edge cases with locale fallback
117
  * Pro: Fix post template replacing the post content when duplicating a post