Skip to content

Commit cf73873

Browse files
committed
3.1.7.8
1 parent 41075dc commit cf73873

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)