Skip to content

Commit

Permalink
v4.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Mar 13, 2024
1 parent a92d509 commit 507c868
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Redux Changelog

## 4.4.13.2
## 4.4.14
* Fixed: #3993, #3992 - "No Field ID is set" message causing jumbled backend layout.

## 4.4.13.1
* New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
* Updated: Bring inputs up to W3C standards.
* Updated: First round of PHP 8.3 compatibility.
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.13",
"version": "4.4.14",
"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.5
Stable tag: 4.4.13
Stable tag: 4.4.14
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Expand All @@ -31,6 +31,8 @@ But what does Redux actually DO? We don't believe that theme and plugin develope
<li>Color Gradient</li>
<li>Color Palette</li>
<li>Color RGBA</li>
<li>Color Scheme</li>
<li>Content</li>
<li>Custom Fonts</li>
<li>Customizer</li>
<li>Date</li>
Expand Down Expand Up @@ -119,6 +121,12 @@ 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.14 =
* Fixed: "No Field ID is set" message causing jumbled backend layout.
* New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
* Updated: Bring inputs up to W3C standards.
* Updated: First round of PHP 8.3 compatibility.

= 4.4.13 =
* Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
* Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.
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.13.2';
Redux_Core::$version = '4.4.14';
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.13.2
* Version: 4.4.14
* Requires at least: 5.0
* Requires PHP: 7.1
* Author: Team Redux
Expand Down

0 comments on commit 507c868

Please sign in to comment.