Skip to content

Commit 3843ad3

Browse files
committed
3.2.8 release.
1 parent 5c1dab3 commit 3843ad3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.txt

Lines changed: 8 additions & 1 deletion
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, web fonts, google fonts
55
Requires at least: 3.5.1
66
Tested up to: 3.9.0
7-
Stable tag: 3.2.7
7+
Stable tag: 3.2.8
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -125,6 +125,13 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128+
= 3.2.8 =
129+
* Fixed: Formatting of field files. Normalizing headers.
130+
* Added: is_empty / empty / !isset AND not_empty / !empty / isset as required operations
131+
* Fixed: Reset defaults error.
132+
* Added: `show` argument to turn on and off input boxes in slider.
133+
* Fixed: Required now works with muti-check fields and button set when set to multi.
134+
128135
= 3.2.7 =
129136
* Fixed: Import works again. A single line was missed...
130137
* Fixed: link_color field not outputting CSS properly via compiler or output. Thanks @vertigo7x

ReduxCore/framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @package Redux_Framework
1818
* @subpackage Core
1919
* @author Redux Framework Team
20-
* @version 3.2.7.2
20+
* @version 3.2.8
2121
*/
2222

2323
// Exit if accessed directly
@@ -66,7 +66,7 @@ class ReduxFramework {
6666
// ATTENTION DEVS
6767
// Please update the build number with each push, no matter how small.
6868
// This will make for easier support when we ask users what version they are using.
69-
public static $_version = '3.2.7.3';
69+
public static $_version = '3.2.8';
7070
public static $_dir;
7171
public static $_url;
7272
public static $wp_content_url;

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: Team Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.2.7.3
15+
* Version: 3.2.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)