Skip to content

Commit 4fbb0ff

Browse files
committed
3.5.9 release
1 parent c8fd5b9 commit 4fbb0ff

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
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.9
4+
* Notice: New wp.org release
5+
36
## 3.5.8.15
47
* Fixed: Wordpress 4.4.1 related issues.
58

ReduxCore/framework.php

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

72-
public static $_version = '3.5.8.15';
72+
public static $_version = '3.5.9';
7373
public static $_dir;
7474
public static $_url;
7575
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.8.15';
29+
const VERSION = '3.5.9';
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.8.13",
3+
"version": "3.5.9",
44
"authors": [
55
{
66
"name": "Team Redux"

readme.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,32 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128-
## 3.5.8.1
128+
## 3.5.9
129+
* Fixed: Wordpress 4.4.1 related issues.
130+
* Fixed: #2794 - User contributed code from #2716 did not contain isset and caused an index error.
131+
* Modified: Added tons of wp_remote_get handlings to stop bringing down site if Redux is down.
132+
* Modified: When some items appear or not. Making devs lives easier. ;)
133+
* Updated: parsedown.php vendor code, to deal. with PHP 7.0 errors.
134+
* Fixed: #2774 - border fields set to 0 would disappear after saving.
135+
* Modified: Post/page settings on the media gallery window hidden for gallery field, since they are not applicable to Redux.
136+
* Added: #2728 - Filter for hints HTML. 'redux/hints/html'. Thanks, @nyordanov.
137+
* Fixed: #2716 - Enqueue jquery sortable when select field is set to sortable. Thanks, @josh-rathke.
138+
* Fixed: #2726 - Redux fixes for WordPress 4.4.
139+
* Fixed: #2713 - Alerts wouldn't disappear.
140+
* Fixed: #2726 - WP 4.4 breaking template.php include, because the core WP guys thought it would be hilarious to break everyone else's stuff.
141+
* Fixed: Specifying 'user' in a field's data argument would produce WordPress depreciation errors.
142+
* Fixed: Reflective XSS security fix. Thanks to Kacper Szurek for the information.
143+
* Modified: #2685 - Rejoined http strings to prevent errors in theme check. Trade off, INFO notices will appear. @Otto says this is ok.
144+
* Fixed: #2684 - Sorter not displaying (or saving) WordPress data when using the data argument.
145+
* Added: #2673 - WP_CLI check before welcome page redirect.
146+
* Fixed: #2677 - tinymce javascript errors when wp editor is disabled.
147+
* Modified: While in dev_mode, noticies will appear if Redux sample data in share_icons and admin_bar_links arguments is not changed.
148+
This became necessary because devs are not changing this data and theme ends users are coming to us for theme support.
149+
* Modified: Redux links to be // instead of http:// or https:// to ensure portability for secure sites.
150+
* Fixed: #2665 - For those who must have empty dirs in the extensions dir. No more errors.
151+
* Added: #2660 - Added 'user'/'users' data type to wordpress data arg. Thanks @golchha21.
152+
* Fixed: #2652 - load_plugin_textdomain using depreciated argument.
153+
* Fixed: Customizer preview callback working again.
129154
* Fixed: Issue with added plugin textdomain support.
130155

131156
## 3.5.8

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.8.15
15+
* Version: 3.5.9
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)