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
7474
7575### Master ###
7676
77+ = 3.1.7.8 =
78+ * Fixed: Improper enqueue in tracking class.
79+ * Fixed: Few classes missed for various fields.
80+
7781= 3.1.7.7 =
7882* Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
7983* 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 {
4949 // ATTENTION DEVS
5050 // Please update the build number with each push, no matter how small.
5151 // 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 ' ;
5353 public static $ _dir ;
5454 public static $ _url ;
5555 public static $ _properties ;
You can’t perform that action at this time.
0 commit comments