Skip to content

Commit 86a4123

Browse files
committed
v4.3.26
Signed-off-by: Kev Provance <[email protected]>
1 parent e2adb18 commit 86a4123

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

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

3-
## 4.3.25.1
3+
## 4.3.26
44
* Modified: Empty `custom_font` list no longer creates empty fonts.css file.
5-
5+
* Release date: February 02, 2023
6+
*
67
## 4.3.25
78
* Modified: Reworked directory enumeration for `custom_fonts` to avoid potential fatal errors.
8-
9+
* Release date: January 27, 2023
10+
*
911
## 4.3.24
1012
* Additional work to make `custom_fonts` override old standalone extension version.
1113
* Release date: January 20, 2023

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

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 6.1
7-
Stable tag: 4.3.25
7+
Stable tag: 4.3.26
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -103,6 +103,10 @@ Once Installed and Activated you will be invited to Activate your Redux account.
103103
If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg/) plugin to get bleeding-edge experiments by the Gutenberg team.
104104

105105
== Changelog ==
106+
= 4.3.26 =
107+
* Modified: Empty `custom_font` list no longer creates empty fonts.css file.
108+
* Release date: February 02, 2023
109+
106110
= 4.3.25 =
107111
* Modified: Reworked directory enumeration for `custom_fonts` to avoid potential fatal errors.
108112

redux-core/framework.php

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

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

33-
Redux_Core::$version = '4.3.25.1';
33+
Redux_Core::$version = '4.3.26';
3434
Redux_Core::$redux_path = dirname( __FILE__ );
3535
Redux_Core::instance();
3636

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

0 commit comments

Comments
 (0)