File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Redux Framework Changelog
2
2
3
+ ## 3.3.10.4
4
+ * Fixed: Google font enqueues with opt_name to avoid collision with multiple Redux instances.
5
+
3
6
## 3.3.10.3
4
7
* Fixed: #1980 - JS errors with sorter & sortable.
5
8
* Fixed: color_rgba field outputting incorrect information via output/compiler.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class ReduxFramework {
70
70
// ATTENTION DEVS
71
71
// Please update the build number with each push, no matter how small.
72
72
// This will make for easier support when we ask users what version they are using.
73
- public static $ _version = '3.3.10.3 ' ;
73
+ public static $ _version = '3.3.10.4 ' ;
74
74
public static $ _dir ;
75
75
public static $ _url ;
76
76
public static $ _upload_dir ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ReduxFrameworkPlugin {
25
25
* @const string VERSION The plugin version, used for cache-busting and script file references
26
26
* @since 3.0.0
27
27
*/
28
- const VERSION = '3.3.10.3 ' ;
28
+ const VERSION = '3.3.10.4 ' ;
29
29
30
30
/**
31
31
* @access protected
Original file line number Diff line number Diff line change 12
12
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
13
13
* Author: Team Redux
14
14
* Author URI: http://reduxframework.com
15
- * Version: 3.3.10.3
15
+ * Version: 3.3.10.4
16
16
* Text Domain: redux-framework
17
17
* License: GPL3+
18
18
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
You can’t perform that action at this time.
0 commit comments