Skip to content

Commit 3281362

Browse files
committed
4.3.9 release prep
Signed-off-by: Kev Provance <[email protected]>
1 parent f7ed080 commit 3281362

15 files changed

+9
-9
lines changed

CHANGELOG.md

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

3-
## 4.3.8.2
4-
* Fixed: Repeater field JavaScript not loaded due to missing enqueue dependency.
5-
6-
## 4.3.8.1
7-
* Restored: Repeater field.
3+
## 4.3.9
4+
* Fixed: Extendify Library JavaScript error.
85

96
## 4.3.8
107
* Fixed: Spacing field defaults to `px` if no default is set.

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-Framework",
55
"author": "Team Redux",
6-
"version": "4.3.8",
6+
"version": "4.3.9",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 4 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.9
7-
Stable tag: 4.3.8
7+
Stable tag: 4.3.9
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

109109
== Changelog ==
110110

111+
= 4.3.9 =
112+
* Fixed: Extendify Library JavaScript error.
113+
111114
= 4.3.8 =
112115
* Fixed: Spacing field defaults to `px` if no default is set.
113116
* Fixed: Remove plugin.php hack in Appsero SDK.

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.8.2';
32+
Redux_Core::$version = '4.3.9';
3333
Redux_Core::$redux_path = dirname( __FILE__ );
3434

3535
/** @noinspection PhpUnhandledExceptionInspection */

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.8.2
11+
* Version: 4.3.9
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)