Skip to content

Commit

Permalink
3.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Jan 16, 2016
1 parent c8fd5b9 commit 4fbb0ff
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Redux Framework Changelog

## 3.5.9
* Notice: New wp.org release

## 3.5.8.15
* Fixed: Wordpress 4.4.1 related issues.

Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ReduxFramework {
// Please update the build number with each push, no matter how small.
// This will make for easier support when we ask users what version they are using.

public static $_version = '3.5.8.15';
public static $_version = '3.5.9';
public static $_dir;
public static $_url;
public static $_upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion class.redux-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
* @since 3.0.0
*/

const VERSION = '3.5.8.15';
const VERSION = '3.5.9';

/**
* @access protected
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-framework/redux-framework",
"version": "3.5.8.13",
"version": "3.5.9",
"authors": [
{
"name": "Team Redux"
Expand Down
27 changes: 26 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,32 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re

== Changelog ==

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

## 3.5.8
Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
* Author: Team Redux
* Author URI: http://reduxframework.com
* Version: 3.5.8.15
* Version: 3.5.9
* Text Domain: redux-framework
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit 4fbb0ff

Please sign in to comment.