diff --git a/CHANGELOG.md b/CHANGELOG.md index e1117e0bb..b5d5faed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ReduxCore/framework.php b/ReduxCore/framework.php index 3bc8bb970..f2c7a718a 100644 --- a/ReduxCore/framework.php +++ b/ReduxCore/framework.php @@ -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; diff --git a/class.redux-plugin.php b/class.redux-plugin.php index 50f75d54d..8cd6c019b 100644 --- a/class.redux-plugin.php +++ b/class.redux-plugin.php @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin { * @since 3.0.0 */ - const VERSION = '3.5.8.15'; + const VERSION = '3.5.9'; /** * @access protected diff --git a/composer.json b/composer.json index 3b311bae9..9a1229913 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "redux-framework/redux-framework", - "version": "3.5.8.13", + "version": "3.5.9", "authors": [ { "name": "Team Redux" diff --git a/readme.txt b/readme.txt index d8911d412..1a8a805d4 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/redux-framework.php b/redux-framework.php index c39de584c..5cc9cff6a 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -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