Skip to content

Commit f5b923d

Browse files
committed
v2.4.0
1 parent 9dc64d0 commit f5b923d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

custom-html-block-extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Custom HTML Block Extension
44
* Description: Extend custom HTML blocks to evolve into an advanced code editor.
5-
* Version: 2.3.3
5+
* Version: 2.4.0
66
* Requires at least: 5.6
77
* Author: Tetsuaki Hamano
88
* Author URI: https://github.com/t-hamano

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, block, html, highlighting, emmet
44
Donate link: https://www.paypal.me/thamanoJP
55
Requires at least: 5.6
66
Tested up to: 5.8
7-
Stable tag: 2.3.3
7+
Stable tag: 2.4.0
88
Requires PHP: 7.3
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -68,6 +68,11 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
6868

6969
== Changelog ==
7070

71+
= 2.4.0 =
72+
* Fix: Editor mode is not detected correctly under certain conditions
73+
* Clean: Update monaco editor version
74+
* Clean: change PHP namespace
75+
7176
= 2.3.3 =
7277
* Fix: Editor mode is not detected correctly under certain conditions
7378

0 commit comments

Comments
 (0)