Skip to content

Commit 2f06f97

Browse files
committed
v3.6.0
1 parent 50f1417 commit 2f06f97

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
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 block to evolve into the advanced code editor.
55
* Requires at least: 6.4
66
* Requires PHP: 7.4
7-
* Version: 3.5.0
7+
* Version: 3.6.0
88
* Author: Aki Hamano
99
* Author URI: https://github.com/t-hamano
1010
* License: GPL2 or later

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-html-block-extension",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "WordPress plugin to extends \"Custom HTML block\" to evolve into an advanced code editor",
55
"author": "Aki Hamano",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 12 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: 6.4
6-
Tested up to: 6.4
7-
Stable tag: 3.5.0
6+
Tested up to: 6.6
7+
Stable tag: 3.6.0
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -69,6 +69,16 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
6969

7070
== Changelog ==
7171

72+
= 3.6.0 =
73+
* Tested to WordPress 6.6
74+
* Drop support for WordPress 6.3
75+
* Fix: Editor duplication on the classic editor
76+
* Fix: Critical error when clicking tab on the settings page
77+
* Fix: Ctrl+S shortcut not working on the classic editor
78+
* Fix: Editor top margin misalignment on the classic editor
79+
* Fix: Browser console error on the classic editor
80+
* Fix: Browser console error on the Theme/Plugin Editor
81+
7282
= 3.5.0 =
7383
* Tested to WordPress 6.5
7484
* Drop support for WordPress 6.2

0 commit comments

Comments
 (0)