|
1 | 1 | # Redux Changelog |
2 | 2 |
|
| 3 | +## 4.1.16 |
| 4 | +* Fixed: Issue when null values were sent to Redux::set(); |
| 5 | +* Fixed: Default for Google fonts is now swap. |
| 6 | +* Fixed: Fix for developers calling the API without checking for files. |
| 7 | +* Fixed: Edge case for filter var not working on some sites. |
| 8 | +* Fixed: Proper loading to override Redux 3 plugin. |
| 9 | +* Added: Site name to WP data return. |
| 10 | +* Fixed: Set height for library button when other plugins modify the CSS for the Gutenberg toolbar. |
| 11 | +* Fixed: Don't show template messages on the front-end if an extension is missing. How did that get through? |
| 12 | +* Fixed: Non-array values for WP data. Thanks @wilokecom. |
| 13 | +* Added: Notification so users can enable Gutenberg when disabled. |
| 14 | +* Added: Welcome guide to Gutenberg screen. |
| 15 | +* Fixed: Some readme issues. |
| 16 | + |
| 17 | +## 4.1.15 |
| 18 | +* Fixed: Defaults were not saving in some situations. |
| 19 | +* Added: Various fallback calls for JS when fetching opt_names. |
| 20 | +* Fixed: Warnings with Rest API due to WP 5.5. |
| 21 | +* Fixed: Subsets now are full-width in typography when rendered after page load. |
| 22 | +* Fixed: for subsets loading when font-family is not specified. |
| 23 | +* Added: No opt-in to tracking when embedded. Google Fonts and panel notices are still there though. |
| 24 | +* Fixed: Is local checks conflicting with some servers. |
| 25 | +* Fixed: WooCommerce race condition with their autoloader causing issues with some sites. |
| 26 | +* Updated: Complete overhaul of WordPress data class. |
| 27 | +* Fixed: Backtrace errors when blocked on servers. |
| 28 | +* Fixed: Select2 and required fixes. |
| 29 | +* Fixed: Customizer sidebar not showing in some cases. |
| 30 | +* Added: Google Fonts now load ~20% faster!!! |
| 31 | + |
3 | 32 | ## 4.1.15 |
4 | 33 | * Fixed: Defaults were not saving in some situations. |
5 | 34 | * Added: Various fallback calls for JS when fetching opt_names. |
|
0 commit comments