Skip to content

Commit 9f01b97

Browse files
committed
3.5.7 release. W00t!
1 parent 93e900e commit 9f01b97

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redux Framework Changelog
22

3+
## 3.5.7
4+
* Fixed Customizer customizer_only and customizer section overrides. Also global customizer => false was not working.
5+
36
## 3.5.6.9
47
* Added Security suggestions posed in #2543.
58

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ReduxFramework {
7777
// Please update the build number with each push, no matter how small.
7878
// This will make for easier support when we ask users what version they are using.
7979

80-
public static $_version = '3.5.6.9';
80+
public static $_version = '3.5.7';
8181
public static $_dir;
8282
public static $_url;
8383
public static $_upload_dir;

class.redux-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
2626
* @since 3.0.0
2727
*/
2828

29-
const VERSION = '3.5.6.9';
29+
const VERSION = '3.5.7';
3030

3131
/**
3232
* @access protected

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-framework/redux-framework",
3-
"version": "3.5.6.1",
3+
"version": "3.5.7",
44
"authors": [
55
{
66
"name": "Team Redux"

readme.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: dovyp, kprovance
33
Donate link: http://ideas.reduxframework.com
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
55
Requires at least: 3.5.1
6-
Tested up to: 4.3
7-
Stable tag: 3.5.6.1
6+
Tested up to: 4.4
7+
Stable tag: 3.5.7
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

126126
== Changelog ==
127127

128+
## 3.5.7
129+
* Fixed Customizer customizer_only and customizer section overrides. Also global customizer => false was not working.
130+
* Added Security suggestions posed in #2543.
131+
* Fixed: 'dirlist' in filesystem proxy returning permission error on empty dirs.
132+
* Added setOption and getOption to Redux API.
133+
* Added 'hide_save' argument.
134+
* Added: 'readonly' argument for textarea.
135+
* Fixed: #2545 - CSS validator error output misconfigured.
136+
* Fixed: ACE adding escape slashes to quotes via CSS validation, causing improper error message.
137+
* Added: `ajax_save` arg for fields. Setting to false will reload the options panel when the set option has changed.
138+
* Fixed: #2532 - Spinner field arrow spacing off when dev_mode set to false due to missing `!important` CSS suffix.
139+
* Added: `autocomplete` arg to text field. This is FALSE by default.
140+
* Fixed: Color RGBA field missing name_suffix. Will now work in repeater extension.
141+
128142
## 3.5.6.1
129143
* Fixed: Index error regarding icon argument.
130144

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.5.6.9
15+
* Version: 3.5.7
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)