Skip to content

Commit a1e9c2b

Browse files
committed
google enqueue w/ opt_name
Signed-off-by:KProvance <[email protected]>
1 parent b549d33 commit a1e9c2b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redux Framework Changelog
22

3+
## 3.3.10.4
4+
* Fixed: Google font enqueues with opt_name to avoid collision with multiple Redux instances.
5+
36
## 3.3.10.3
47
* Fixed: #1980 - JS errors with sorter & sortable.
58
* Fixed: color_rgba field outputting incorrect information via output/compiler.

ReduxCore/framework.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ReduxFramework {
7070
// ATTENTION DEVS
7171
// Please update the build number with each push, no matter how small.
7272
// 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';
7474
public static $_dir;
7575
public static $_url;
7676
public static $_upload_dir;

class.redux-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ReduxFrameworkPlugin {
2525
* @const string VERSION The plugin version, used for cache-busting and script file references
2626
* @since 3.0.0
2727
*/
28-
const VERSION = '3.3.10.3';
28+
const VERSION = '3.3.10.4';
2929

3030
/**
3131
* @access protected

redux-framework.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Team Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.3.10.3
15+
* Version: 3.3.10.4
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)