Skip to content

Commit

Permalink
4.4.12.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Feb 13, 2024
1 parent cfaa2f0 commit 72e4bc1
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.12.2
* 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.

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.12.1';
Redux_Core::$version = '4.4.12.2';
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.12.1
* Version: 4.4.12.2
* Requires at least: 5.0
* Requires PHP: 7.1
* Author: Team Redux
Expand Down

0 comments on commit 72e4bc1

Please sign in to comment.