File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ Send me an email at
[email protected] so I can add you to our user sp
74
74
75
75
### Master ###
76
76
77
+ = 3.1.7.8 =
78
+ * Fixed: Improper enqueue in tracking class.
79
+ * Fixed: Few classes missed for various fields.
80
+
77
81
= 3.1.7.7 =
78
82
* Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
79
83
* Modified: Added file_exists check to all include lines in framework.php
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ReduxFramework {
49
49
// ATTENTION DEVS
50
50
// Please update the build number with each push, no matter how small.
51
51
// This will make for easier support when we ask users what version they are using.
52
- public static $ _version = '3.1.7.7 ' ;
52
+ public static $ _version = '3.1.7.8 ' ;
53
53
public static $ _dir ;
54
54
public static $ _url ;
55
55
public static $ _properties ;
You can’t perform that action at this time.
0 commit comments