@@ -125,7 +125,32 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125
125
126
126
== Changelog ==
127
127
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.
129
154
* Fixed: Issue with added plugin textdomain support.
130
155
131
156
## 3.5.8
0 commit comments