File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Changelog
2
2
3
+ ## 4.3.24
4
+ * Additional work to make ` custom_fonts ` override old standalone extension version.
5
+ * Release date: January 20, 2023
6
+
3
7
## 4.3.23
4
8
* Tweaked Custom Fonts extension to avoid conflicts with older standalone extension.
5
9
* Update: Extendify Library 1.2.4
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ Once Installed and Activated you will be invited to Activate your Redux account.
103
103
If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg/) plugin to get bleeding-edge experiments by the Gutenberg team.
104
104
105
105
== Changelog ==
106
+ = 4.3.23 =
107
+ * Additional work to make `custom_fonts` override old standalone extension version.
108
+ * Release date: January 20, 2023
109
+
106
110
= 4.3.23 =
107
111
* Tweaked Custom Fonts extension to avoid conflicts with older standalone extension.
108
112
* Update: Extendify Library 1.2.4
Original file line number Diff line number Diff line change 30
30
31
31
require_once dirname ( __FILE__ ) . '/class-redux-core.php ' ;
32
32
33
- Redux_Core::$ version = '4.3.23 ' ;
33
+ Redux_Core::$ version = '4.3.24 ' ;
34
34
Redux_Core::$ redux_path = dirname ( __FILE__ );
35
35
Redux_Core::instance ();
36
36
Original file line number Diff line number Diff line change 8
8
* Plugin URI: http://wordpress.org/plugins/redux-framework
9
9
* GitHub URI: reduxframework/redux-framework
10
10
* Description: Build better sites in WordPress fast!
11
- * Version: 4.3.23
11
+ * Version: 4.3.24
12
12
* Requires at least: 4.0
13
13
* Requires PHP: 7.1
14
14
* Author: Extendify
You can’t perform that action at this time.
0 commit comments