Skip to content

Commit

Permalink
v4.4.14.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Mar 21, 2024
1 parent cfa2d7e commit d5021e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Redux Changelog

## 4.4.14.1
* Fixed: `spacing`, `dimension`, and `border` fields not saving changed values.

## 4.4.14
* Fixed: #3993, #3992 - "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)
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.14';
Redux_Core::$version = '4.4.14.1';
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.14
* Version: 4.4.14.1
* Requires at least: 5.0
* Requires PHP: 7.1
* Author: Team Redux
Expand Down

0 comments on commit d5021e6

Please sign in to comment.