Skip to content

Commit

Permalink
v4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Dec 4, 2023
1 parent 2c43cfe commit 02d6b7e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02d6b7e

Please sign in to comment.