Skip to content

Commit 02d6b7e

Browse files
committed
v4.4.10
1 parent 2c43cfe commit 02d6b7e

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

CHANGELOG.md

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

3-
## 4.4.9.3
4-
* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign
5-
6-
## 4.4.9.2
3+
## 4.4.10
74
* New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html)
5+
* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign
6+
* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages.
87
* Fixed: Errant spaces in ACE Editor field.
98
* Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
109
* Improved: Filesystem killswitch logic.
1110

12-
## 4.4.9.1
13-
* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages.
14-
1511
## 4.4.9
1612
* Modified: Rollback changes made to the filesystem class causing false file permission issue messages.
1713

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

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: admin, admin interface, options, theme options, plugin options, options fr
44
Requires at least: 5.0
55
Requires PHP: 7.1
66
Tested up to: 6.4
7-
Stable tag: 4.4.9
7+
Stable tag: 4.4.10
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -116,6 +116,14 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
116116
2. Activate the plugin through the 'Plugins' menu in WordPress.
117117

118118
== Changelog ==
119+
= 4.4.10 =
120+
* New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html)
121+
* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign
122+
* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages.
123+
* Fixed: Errant spaces in ACE Editor field.
124+
* Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
125+
* Improved: Filesystem killswitch logic.
126+
119127
= 4.4.9 =
120128
* Modified: Rollback changes made to the filesystem class causing false file permission issue messages.
121129

redux-core/framework.php

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

3333
require_once __DIR__ . '/class-redux-core.php';
3434

35-
Redux_Core::$version = '4.4.9.3';
35+
Redux_Core::$version = '4.4.10';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

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.4.9.3
11+
* Version: 4.4.10
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)