Skip to content

Commit

Permalink
v4.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Feb 13, 2024
1 parent 72e4bc1 commit 9c04c6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Redux Changelog

## 4.4.12.2
## 4.4.13
* Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.

## 4.4.12.1
* Fixed: `color_scheme` crashing WordPress for unknown reasons. Guessing at a fix.
* Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
* Added: WordPress 6.5 compatibility.
* Release date: February 13, 2024

## 4.4.12
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
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.12",
"version": "4.4.13",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: kprovance, dovyp, redux
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts, metaboxes, settings
Requires at least: 5.0
Requires PHP: 7.1
Tested up to: 6.4
Stable tag: 4.4.12
Tested up to: 6.5
Stable tag: 4.4.13
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Expand Down Expand Up @@ -119,6 +119,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.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.
* Added: WordPress 6.5 compatibility.
* Release date: February 13, 2024

= 4.4.12 =
* New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
* Fixed: PHP Error when `color_scheme` data doesn't exist.
Expand Down

0 comments on commit 9c04c6a

Please sign in to comment.