Skip to content

Commit cdb2013

Browse files
committed
4.3.1 ver bump
Signed-off-by: Kevin Provance <[email protected]>
1 parent f1ebc21 commit cdb2013

File tree

5 files changed

+13
-3
lines changed

5 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.3.1
4+
* Fixed: `wp_mail has been declared by another process or plugin` message.
5+
* Fixed: Malformed README wouldn't allow clicking of some support links.
6+
* Release date: September 22, 2021
7+
38
## 4.3.0
49
* Added: Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: [https://redux.io/gutenberg-template-library-upgrade](https://redux.io/gutenberg-template-library-upgrade).
510
* Added: Option to enable/disable Template libraries. Found under Settings > Redux > Templates

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

readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
108108

109109
== Changelog ==
110110

111+
= 4.3.1 =
112+
Fixed: `wp_mail has been declared by another process or plugin` message.
113+
Fixed: Malformed README wouldn't allow clicking of some support links.
114+
Release date: September 22, 2021
115+
111116
= 4.3.0 =
112117
Added: Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: [https://redux.io/gutenberg-template-library-upgrade](https://redux.io/gutenberg-template-library-upgrade).
113118
Added: Option to enable/disable Template libraries. Found under Settings > Redux > Templates

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.3.0';
32+
Redux_Core::$version = '4.3.1';
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
@@ -8,7 +8,7 @@
88
* Plugin URI: http://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.3.0
11+
* Version: 4.3.1
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)