Skip to content

Commit b901f5a

Browse files
committed
4.3.8 ver bump
Signed-off-by: Kev Provance <[email protected]>
1 parent fd052da commit b901f5a

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

CHANGELOG.md

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

3-
## 4.3.7.3
3+
## 4.3.8
44
* Fixed: Spacing field defaults to `px` if no default is set.
5-
* Updated: Default Google Fonts list brought up to current release
6-
7-
## 4.3.7.2
8-
* Added: Repeater extension.
9-
10-
## 4.3.7.1
115
* Fixed: Remove plugin.php hack in Appsero SDK.
6+
* Updated: Default Google Fonts list brought up to current release
7+
* Updated: Extendify Library.
128

139
## 4.3.7
1410
* Fixed: #3861 - Incorrect global variable assignment. Thanks, @webbudesign.

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

readme.txt

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

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

109109
== Changelog ==
110110

111+
= 4.3.8 =
112+
* Fixed: Spacing field defaults to `px` if no default is set.
113+
* Fixed: Remove plugin.php hack in Appsero SDK.
114+
* Updated: Default Google Fonts list brought up to current release
115+
* Updated: Extendify Library.
116+
111117
= 4.3.7 =
112118
* Fixed: Incorrect global variable assignment. Thanks, @webbudesign.
113119
* Release date: January 11, 2022

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.7.3';
32+
Redux_Core::$version = '4.3.8';
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.7.3
11+
* Version: 4.3.8
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)