You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3.5.8.8
Fixed: Specifying 'user' in a field's data argument would produce WordPress depreciation errors.
3.5.8.7
Fixed: Reflective XSS security fix. Thanks to Kacper Szurek for the information.
3.5.8.6
Modified: #2685 - Rejoined http strings to prevent errors in theme check. Trade off, INFO notices will appear. @otto says this is ok.
3.5.8.5
Fixed: #2684 - Sorter not displaying (or saving) WordPress data when using the data argument.
3.5.8.4
Added: #2673 - WP_CLI check before welcome page redirect.
Fixed: #2677 - tinymce javascript errors when wp editor is disabled.
3.5.8.3
Modified: While in dev_mode, notices 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.
3.5.8.2
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.