Skip to content

Commit 9f1821a

Browse files
committed
v2.4.1
1 parent 9046841 commit 9f1821a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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.4.0
5+
* Version: 2.4.1
66
* Requires at least: 5.6
77
* Author: Tetsuaki Hamano
88
* Author URI: https://github.com/t-hamano

readme.txt

Lines changed: 8 additions & 5 deletions
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.4.0
7+
Stable tag: 2.4.1
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,9 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
6868

6969
== Changelog ==
7070

71+
= 2.4.1 =
72+
* Clean: Remove unnecessary file included in the release
73+
7174
= 2.4.0 =
7275
* Fix: Editor mode is not detected correctly under certain conditions
7376
* Clean: Update monaco editor version
@@ -99,10 +102,10 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
99102
* Remove: Bundled language files
100103

101104
= 2.2.0 =
102-
Add: Indent conversion tool
103-
Fix: Add handling of the classic editor when it does not support the content editor
104-
Doc: Update welcome guide, translation file
105-
Fix: The visual editor added in the metabox does not show up in the Classic Editor
105+
* Add: Indent conversion tool
106+
* Fix: Add handling of the classic editor when it does not support the content editor
107+
* Doc: Update welcome guide, translation file
108+
* Fix: The visual editor added in the metabox does not show up in the Classic Editor
106109

107110
= 2.1.2 =
108111
* Fix: Characters are not visible until the conversion is confirmed when typing Japanese

0 commit comments

Comments
 (0)