Skip to content

Commit a01466d

Browse files
committed
3.1.8
1 parent cf73873 commit a01466d

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,14 @@ 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 =
77+
= 3.1.8 =
7878
* Fixed: Improper enqueue in tracking class.
7979
* Fixed: Few classes missed for various fields.
80-
81-
= 3.1.7.7 =
8280
* Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
8381
* Modified: Added file_exists check to all include lines in framework.php
84-
85-
= 3.1.7.6 =
8682
* Fixed: Background field now works with dynamic preview as it should.
87-
88-
= 3.1.7.5 =
8983
* Fixed: Extension fields now enqueueing properly.
90-
91-
= 3.1.7.4 =
9284
* Added: Text-align to typography field.
93-
*
94-
= 3.1.7 =
9585
* Fixed: Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed embedded would not show options menu.
9686
* Fixed: On and Off for switch field not displaying language translation.
9787
* Fixed: email validation allowing a blank field.

README.txt

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings
55
Requires at least: 3.5.1
66
Tested up to: 3.8.1
7-
Stable tag: 3.1.6
7+
Stable tag: 3.1.8
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -145,17 +145,27 @@ That's because the real FAQ section is on our site! Please visit [http://reduxfr
145145

146146
== Changelog ==
147147

148-
= 3.1.7 =
148+
= 3.1.8 =
149+
* Fixed: Improper enqueue in tracking class.
150+
* Fixed: Few classes missed for various fields.
151+
* Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
152+
* Modified: Added file_exists check to all include lines in framework.php
153+
* Fixed: Background field now works with dynamic preview as it should.
154+
* Fixed: Extension fields now enqueueing properly.
155+
* Added: Text-align to typography field.
149156
* Fixed: Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed embedded would not show options menu.
150157
* Fixed: On and Off for switch field not displaying language translation.
151158
* Fixed: email validation allowing a blank field.
159+
* Fixed: Now allow for empty values as valid keys.
152160
* Added: Dismiss option to admin notices (internal function)
153161

154-
= 3.1.6.2 =
162+
= 3.1.7 =
163+
* Fixed: Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed embedded would not show options menu.
164+
* Fixed: On and Off for switch field not displaying language translation.
165+
* Fixed: email validation allowing a blank field.
166+
* Added: Dismiss option to admin notices (internal function)
155167
* Fixed: On and Off for switch field not displaying language translation.
156168
* Fixed: email validation allowing a blank field.
157-
158-
= 3.1.6.1 =
159169
* Added: Dismiss option to admin notices (internal function)
160170

161171
= 3.1.6 =

ReduxCore/framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @package Redux_Framework
1717
* @subpackage Core
1818
* @author Redux Framework Team
19-
* @version 3.1.7
19+
* @version 3.1.8
2020
*/
2121

2222
// Exit if accessed directly
@@ -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.8';
52+
public static $_version = '3.1.8';
5353
public static $_dir;
5454
public static $_url;
5555
public static $_properties;

redux-framework.php

Lines changed: 1 addition & 1 deletion
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: Redux Team
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.1.7
15+
* Version: 3.1.8
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)