Polylang - Version 3.2.7

Version Description

(2022-0-20) =

  • Work around a WooCommerce 6.9.x bug causing a fatal error in the wizard. #1116
Download this release

Release Info

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

Code changes from version 3.2.6 to 3.2.7

Files changed (3) hide show
  1. modules/wizard/wizard.php +1 -1
  2. polylang.php +2 -2
  3. readme.txt +5 -1
modules/wizard/wizard.php CHANGED
@@ -271,7 +271,7 @@ class PLL_Wizard {
271
  * @return void
272
  */
273
  public function display_wizard_page() {
274
- set_current_screen();
275
  include __DIR__ . '/view-wizard-page.php';
276
  }
277
 
271
  * @return void
272
  */
273
  public function display_wizard_page() {
274
+ set_current_screen( 'pll-wizard' );
275
  include __DIR__ . '/view-wizard-page.php';
276
  }
277
 
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.6
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.6' );
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.7
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.7' );
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: 6.0
7
  Requires PHP: 5.6
8
- Stable tag: 3.2.6
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -103,6 +103,10 @@ Wherever third party code has been used, credit has been given in the code’s c
103
 
104
  == Changelog ==
105
 
 
 
 
 
106
  = 3.2.6 (2022-09-06) =
107
 
108
  * Pro: Fix a conflict with Kadence blocks
5
  Requires at least: 5.6
6
  Tested up to: 6.0
7
  Requires PHP: 5.6
8
+ Stable tag: 3.2.7
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
103
 
104
  == Changelog ==
105
 
106
+ = 3.2.7 (2022-0-20) =
107
+
108
+ * Work around a WooCommerce 6.9.x bug causing a fatal error in the wizard. #1116
109
+
110
  = 3.2.6 (2022-09-06) =
111
 
112
  * Pro: Fix a conflict with Kadence blocks