diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa8e483f..1bb3f0576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,13 @@ # Redux Changelog -## 4.4.9.3 -* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign - -## 4.4.9.2 +## 4.4.10 * New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html) +* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign +* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages. * Fixed: Errant spaces in ACE Editor field. * Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else. * Improved: Filesystem killswitch logic. -## 4.4.9.1 -* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages. - ## 4.4.9 * Modified: Rollback changes made to the filesystem class causing false file permission issue messages. diff --git a/package.json b/package.json index da16f86ad..0caec95ce 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "gulpfile.js", "name": "redux-framework", "author": "Team Redux", - "version": "4.4.9", + "version": "4.4.10", "license": "GPL-3.0-or-later", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 7e75f3238..90d320cc1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: admin, admin interface, options, theme options, plugin options, options fr Requires at least: 5.0 Requires PHP: 7.1 Tested up to: 6.4 -Stable tag: 4.4.9 +Stable tag: 4.4.10 License: GPL-3.0+ License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -116,6 +116,14 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro 2. Activate the plugin through the 'Plugins' menu in WordPress. == Changelog == += 4.4.10 = +* New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html) +* Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign +* Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages. +* Fixed: Errant spaces in ACE Editor field. +* Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else. +* Improved: Filesystem killswitch logic. + = 4.4.9 = * Modified: Rollback changes made to the filesystem class causing false file permission issue messages. diff --git a/redux-core/framework.php b/redux-core/framework.php index 7f706260e..951d78d77 100644 --- a/redux-core/framework.php +++ b/redux-core/framework.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/class-redux-core.php'; -Redux_Core::$version = '4.4.9.3'; +Redux_Core::$version = '4.4.10'; Redux_Core::$redux_path = __DIR__; Redux_Core::instance(); diff --git a/redux-framework.php b/redux-framework.php index 06b71842f..a282b9358 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -8,7 +8,7 @@ * Plugin URI: http://wordpress.org/plugins/redux-framework * GitHub URI: reduxframework/redux-framework * Description: Build better sites in WordPress fast! - * Version: 4.4.9.3 + * Version: 4.4.10 * Requires at least: 5.0 * Requires PHP: 7.1 * Author: Team Redux