Skip to content

Commit 06dbb68

Browse files
committed
Tweak custom fonts to avoid conflict with older standalone versions.
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent 05fedd5 commit 06dbb68

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## 4.3.23
4+
* Tweaked Custom Fonts extension to avoid conflicts with older standalone extension.
5+
* Release date: January 20, 2023
6+
37
## 4.3.22
48
* Added: Custom Fonts extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extension/custom-fonts.html)
59
* Fixed: #3928 - Metaboxes `post_format` selections not responding to clicks when Gutenberg is active due to class name changes.

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: patterns, templates, blocks, gutenberg, library, editor, page builder
44
Requires at least: 4.0
55
Requires PHP: 7.1
66
Tested up to: 6.1
7-
Stable tag: 4.3.22
7+
Stable tag: 4.3.23
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -103,6 +103,10 @@ Once Installed and Activated you will be invited to Activate your Redux account.
103103
If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg/) plugin to get bleeding-edge experiments by the Gutenberg team.
104104

105105
== Changelog ==
106+
= 4.3.23 =
107+
* Tweaked Custom Fonts extension to avoid conflicts with older standalone extension.
108+
* Release date: January 20, 2023
109+
106110
= 4.3.22 =
107111
* Added: Custom Fonts extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extension/custom-fonts.html)
108112
* Fixed: Metaboxes `post_format` selections not responding to clicks when Gutenberg is active due to class name changes.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
require_once dirname( __FILE__ ) . '/class-redux-core.php';
3232

33-
Redux_Core::$version = '4.3.22';
33+
Redux_Core::$version = '4.3.23';
3434
Redux_Core::$redux_path = dirname( __FILE__ );
3535
Redux_Core::instance();
3636

redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,3 +886,5 @@ public function add_section() {
886886
}
887887
}
888888
}
889+
890+
class_alias( 'Redux_Extension_Custom_Fonts', 'ReduxFramework_Extension_custom_fonts' );

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: http://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.3.22
11+
* Version: 4.3.23
1212
* Requires at least: 4.0
1313
* Requires PHP: 7.1
1414
* Author: Extendify

0 commit comments

Comments
 (0)