Skip to content

Commit 9c04c6a

Browse files
committed
v4.4.13
1 parent 72e4bc1 commit 9c04c6a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Redux Changelog
22

3-
## 4.4.12.2
3+
## 4.4.13
44
* Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.
5-
6-
## 4.4.12.1
7-
* Fixed: `color_scheme` crashing WordPress for unknown reasons. Guessing at a fix.
5+
* Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
6+
* Added: WordPress 6.5 compatibility.
7+
* Release date: February 13, 2024
88

99
## 4.4.12
1010
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)

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.12",
6+
"version": "4.4.13",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: kprovance, dovyp, redux
33
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts, metaboxes, settings
44
Requires at least: 5.0
55
Requires PHP: 7.1
6-
Tested up to: 6.4
7-
Stable tag: 4.4.12
6+
Tested up to: 6.5
7+
Stable tag: 4.4.13
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -119,6 +119,12 @@ 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.13 =
123+
* Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
124+
* Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.
125+
* Added: WordPress 6.5 compatibility.
126+
* Release date: February 13, 2024
127+
122128
= 4.4.12 =
123129
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
124130
* Fixed: PHP Error when `color_scheme` data doesn't exist.

0 commit comments

Comments
 (0)