Skip to content

Commit 23cc91f

Browse files
committed
Ver bump
Signed-off-by: Kevin Provance <[email protected]>
1 parent 454d9a6 commit 23cc91f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Redux Changelog
22

3+
## 4.2.11
4+
* Fixed: Removed type declarations on core return values to support improperly written third-party extensions.
5+
* Fixed: Added shim to prevent errors on functions calls outdated extensions are still using.
6+
* Fixed: Removed type declarations on field code to support outdated versions of PHP (PHP 7.4 is the minimum recommendation from WordPress...please update if you are able. [https://wordpress.org/about/requirements](https://wordpress.org/about/requirements) ).
7+
38
## 4.2.10
49
* Fixed: Output on the frontend triggering error.
510
* Fixed: Updated shims to support older extensions not authored by Redux.io

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "gulpfile.js",
44
"name": "redux",
55
"author": "Redux.io",
6-
"version": "4.2.10",
6+
"version": "4.2.11",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 5.8
7-
Stable tag: 4.2.10
7+
Stable tag: 4.2.11
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -152,6 +152,11 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
152152

153153
== Changelog ==
154154

155+
= 4.2.11 =
156+
Fixed: Removed type declarations on core return values to support improperly written third-party extensions.
157+
Fixed: Added shim to prevent errors on functions calls outdated extensions are still using.
158+
Fixed: Removed type declarations on field code to support outdated versions of PHP (PHP 7.4 is the minimum recommendation from WordPress...please update if you are able. [https://wordpress.org/about/requirements](https://wordpress.org/about/requirements) ).
159+
155160
= 4.2.10 =
156161
Fixed: Output on the frontend triggering error.
157162
Fixed: Updated shims to support older extensions not authored by Redux.io

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Description: Build better sites in WordPress fast
1111
* Author: Redux.io
1212
* Author URI: http://redux.io
13-
* Version: 4.2.10
13+
* Version: 4.2.11
1414
* Text Domain: redux-framework
1515
* License: GPLv3 or later
1616
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)