Skip to content

Commit 2cbbda7

Browse files
committed
Update changelog
1 parent 49e2360 commit 2cbbda7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

custom-html-block-extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Extend custom HTML blocks to evolve into an advanced code editor.
55
* Requires at least: 5.9
66
* Requires PHP: 7.3
7-
* Version: 3.1.0
7+
* Version: 3.2.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

readme.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: wildworks
33
Tags: gutenberg, block, html, highlighting, emmet
44
Donate link: https://www.paypal.me/thamanoJP
55
Requires at least: 5.9
6-
Tested up to: 6.1
7-
Stable tag: 3.1.0
6+
Tested up to: 6.2
7+
Stable tag: 3.2.0
88
Requires PHP: 7.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -69,6 +69,15 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
6969

7070
== Changelog ==
7171

72+
= 3.2.0 =
73+
* Feature: Add modal HTML editor
74+
* Enhancement: Don't display toolbar buttons when preview mode
75+
* Fix: Wrong CSS for Monaco Editor in the block editor
76+
* Fix: Copy and cut lines don't work in the block editor
77+
* Clean: Polish block editor popover UI
78+
* Clean: Polish classic editor popover UI
79+
* Clean: Polish setting page UI
80+
7281
= 3.1.0 =
7382
* Tested to WordPress 6.1
7483
* Drop support for WordPress 5.6 through 5.8

0 commit comments

Comments
 (0)