Skip to content

Commit 0dfb3b4

Browse files
committed
4.2.13 ver bump
Signed-off-by: Kevin Provance <[email protected]>
1 parent b7585a8 commit 0dfb3b4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redux Changelog
22

3-
## 4.2.12
3+
## 4.2.13
44
* Fixed: #3822 - Default value function returns string or array to prevent type error.
55
* Modified: #3820 - Better support for Redux embedded in themes.
66
* Modified: `install_plugins` security level now required to install Template blocks that require additional plugins. This was done for security reasons.

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.12",
6+
"version": "4.2.13",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 2 additions & 2 deletions
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.12
7+
Stable tag: 4.2.13
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

153153
== Changelog ==
154154

155-
= 4.2.12 =
155+
= 4.2.13 =
156156
Fixed: #3822 - Default value function returns string or array to prevent type error.
157157
Modified: #3820 - Better support for Redux embedded in themes.
158158
Modified: `install_plugins` security level now required to install Template blocks that require additional plugins. This was done for security reasons.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
require_once dirname( __FILE__ ) . '/class-redux-core.php';
3131

32-
Redux_Core::$version = '4.2.12';
32+
Redux_Core::$version = '4.2.13';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434
Redux_Core::instance();
3535

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.12
13+
* Version: 4.2.13
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)