Skip to content

Commit 6564b35

Browse files
committed
v4.4.12
1 parent 47af954 commit 6564b35

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

CHANGELOG.md

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

3-
## 4.4.11.4
3+
## 4.4.12
4+
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
45
* Fixed: PHP Error when `color_scheme` data doesn't exist.
56
* Fixed: `custom_fonts` not importing original font on conversion failure.
6-
* FIxed: Remove debug info from JS. FA version change.
7-
8-
## 4.4.11.3
7+
* Fixed: Remove debug info from JS. FA version change.
98
* Fixed: #3988 - Warning/error count displayed NaN on color field validation.
10-
11-
## 4.4.11.2
129
* Fixed: Erroneous error in `color_scheme` when saved scheme array was blank (string).
1310
* Fixed: Color schemes would not switch via select box after saving a new scheme.
14-
15-
## 4.4.11.1
16-
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
1711
* Fixed: `typography` sunset dropdown not rendering select2 styling.
1812
* Fixed: Efficiency for extension loading improved.
1913
* Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.

readme.txt

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

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

121121
== Changelog ==
122+
= 4.4.12 =
123+
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
124+
* Fixed: PHP Error when `color_scheme` data doesn't exist.
125+
* Fixed: `custom_fonts` not importing original font on conversion failure.
126+
* Fixed: Remove debug info from JS. FA version change.
127+
* Fixed: #3988 - Warning/error count displayed NaN on color field validation.
128+
* Fixed: Erroneous error in `color_scheme` when saved scheme array was blank (string).
129+
* Fixed: Color schemes would not switch via select box after saving a new scheme.
130+
* Fixed: `typography` sunset dropdown not rendering select2 styling.
131+
* Fixed: Efficiency for extension loading improved.
132+
* Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.
133+
122134
= 4.4.11 =
123135
* Fixed: Cosmetic `box_shadow` fix.
124136
* Fixed: Required not hiding linked fields in customizer.

redux-core/assets/css/redux-fields.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/css/redux-fields.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.4';
35+
Redux_Core::$version = '4.4.12';
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.11.4
11+
* Version: 4.4.12
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)