Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit d0d1b88

Browse files
committed
Release 4.1.16.
1 parent 1be6386 commit d0d1b88

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Redux Changelog
22

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+
332
## 4.1.15
433
* Fixed: Defaults were not saving in some situations.
534
* Added: Various fallback calls for JS when fetching opt_names.

readme.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,22 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
152152

153153
== Changelog ==
154154

155-
## 4.1.15
155+
= 4.1.16 =
156+
* Fixed: Issue when null values were sent to Redux::set();
157+
* Fixed: Default for Google fonts is now swap.
158+
* Fixed: Fix for developers calling the API without checking for files.
159+
* Fixed: Edge case for filter var not working on some sites.
160+
* Fixed: Proper loading to override Redux 3 plugin.
161+
* Added: Site name to WP data return.
162+
* Fixed: Set height for library button when other plugins modify the CSS for the Gutenberg toolbar.
163+
* Fixed: Don't show template messages on the front-end if an extension is missing. How did that get through?
164+
* Fixed: Non-array values for WP data. Thanks @wilokecom.
165+
* Added: Notification so users can enable Gutenberg when disabled.
166+
* Added: Welcome guide to Gutenberg screen.
167+
* Fixed: Some readme issues.
168+
* Release date: Aug 26, 2020
169+
170+
= 4.1.15 =
156171
* Fixed: Defaults were not saving in some situations.
157172
* Added: Various fallback calls for JS when fetching opt_names.
158173
* Fixed: Warnings with Rest API due to WP 5.5.

0 commit comments

Comments
 (0)