@@ -4,7 +4,7 @@ Donate link: https://automattic.com/
4
4
Tags: themes, theme, block-theme
5
5
Requires at least: 6.0
6
6
Tested up to: 6.2
7
- Stable tag: 1.8.1
7
+ Stable tag: 1.8.2
8
8
Requires PHP: 7.0
9
9
License: GPLv2 or later
10
10
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -36,6 +36,27 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
36
36
37
37
== Changelog ==
38
38
39
+ = 1.8.2 =
40
+ * Merge branch 'trunk' into update/tested-up-wp-version-62
41
+ * Updating Tested up to: 6.2 WordPress version
42
+ * fix tag duplication in exported theme
43
+ * Fixing error checking
44
+ * Update Google Fonts JSON data from API
45
+ * Refactor react app code for general purpose
46
+ * add build directory to php exclude list
47
+ * Do not call replace_template_namespace when overwrting theme
48
+ * Merge branch 'trunk' into fix/314
49
+ * Fix error when switching to template edit mode in the post editor
50
+ * Add useRootPaddingAwareAlignments to blank theme
51
+ * Update Google Fonts JSON data from API
52
+ * Merge branch 'trunk' into fix/314
53
+ * Avoid adding Template info to style.css if it's empty
54
+ * Fix delete font family/face when name is different from family
55
+ * Add theme name validation
56
+ * Fix export theme from Site Editor
57
+ * Strip escaping characters before printing stylesheet
58
+ * Linting unlinted file
59
+
39
60
= 1.8.1 =
40
61
* Add current WordPress version to style.css and readme.txt
41
62
* Add labels around Google font family checkbox controls
0 commit comments