Skip to content

Commit 507c868

Browse files
committed
v4.4.14
1 parent a92d509 commit 507c868

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

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

3-
## 4.4.13.2
3+
## 4.4.14
44
* Fixed: #3993, #3992 - "No Field ID is set" message causing jumbled backend layout.
5-
6-
## 4.4.13.1
75
* New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
86
* Updated: Bring inputs up to W3C standards.
97
* Updated: First round of PHP 8.3 compatibility.

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.13",
6+
"version": "4.4.14",
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.5
7-
Stable tag: 4.4.13
7+
Stable tag: 4.4.14
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -31,6 +31,8 @@ But what does Redux actually DO? We don't believe that theme and plugin develope
3131
<li>Color Gradient</li>
3232
<li>Color Palette</li>
3333
<li>Color RGBA</li>
34+
<li>Color Scheme</li>
35+
<li>Content</li>
3436
<li>Custom Fonts</li>
3537
<li>Customizer</li>
3638
<li>Date</li>
@@ -119,6 +121,12 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
119121
2. Activate the plugin through the 'Plugins' menu in WordPress.
120122

121123
== Changelog ==
124+
= 4.4.14 =
125+
* Fixed: "No Field ID is set" message causing jumbled backend layout.
126+
* New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
127+
* Updated: Bring inputs up to W3C standards.
128+
* Updated: First round of PHP 8.3 compatibility.
129+
122130
= 4.4.13 =
123131
* Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
124132
* Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.

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

0 commit comments

Comments
 (0)