Skip to content

Commit

Permalink
4.2.14 ver bump
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Provance <[email protected]>
  • Loading branch information
kprovance committed Aug 11, 2021
1 parent 5fcdc9c commit 71dd665
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Redux Changelog

## 4.2.14
* Fixed: Parse error in Import/Export module due to old versions of PHP. Remember folks, recommended minumim for WordPress is PHP 7.4.

## 4.2.13
* Fixed: #3822 - Default value function returns string or array to prevent type error.
* Modified: #3820 - Better support for Redux embedded in themes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "gulpfile.js",
"name": "redux",
"author": "Redux.io",
"version": "4.2.13",
"version": "4.2.14",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: dovyp, redux, kprovance
Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
Requires at least: 4.0
Requires PHP: 7.1
Tested up to: 5.8
Stable tag: 4.2.13
Tested up to: 5.8.1
Stable tag: 4.2.14
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

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

== Changelog ==

= 4.2.14 =
Fixed: Parse error in Import/Export module due to old versions of PHP.

= 4.2.13 =
Fixed: #3822 - Default value function returns string or array to prevent type error.
Modified: #3820 - Better support for Redux embedded in themes.
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

Redux_Core::$version = '4.2.13';
Redux_Core::$version = '4.2.14';
Redux_Core::$redux_path = dirname( __FILE__ );
Redux_Core::instance();

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Description: Build better sites in WordPress fast
* Author: Redux.io
* Author URI: http://redux.io
* Version: 4.2.13
* Version: 4.2.14
* Text Domain: redux-framework
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit 71dd665

Please sign in to comment.