Skip to content

Commit 1fc04b3

Browse files
committed
v2.5.0
1 parent 0ff56bf commit 1fc04b3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

custom-html-block-extension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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.3
65
* Requires at least: 5.6
6+
* Requires PHP: 7.3
7+
* Version: 2.5.0
78
* Author: Tetsuaki Hamano
89
* Author URI: https://github.com/t-hamano
910
* License: GPL2 or later

readme.txt

Lines changed: 9 additions & 3 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.6
6-
Tested up to: 5.8
7-
Stable tag: 2.4.3
6+
Tested up to: 5.9
7+
Stable tag: 2.5.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,12 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
6868

6969
== Changelog ==
7070

71+
= 2.5.0 =
72+
* Tested to WordPress 5.9
73+
* Update: UI improvement of the indent conversion tool in block editor
74+
* Update: Disable the code editor in full site editor, mobile / tablet device preview, and block template editor
75+
* Remove: Support for local translation files
76+
7177
= 2.4.3 =
7278
* Fix: Wrong CSS for IntelliSense
7379

@@ -120,7 +126,7 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro
120126
* Doc: Update tested up to
121127

122128
= 2.1.0 =
123-
* Testes to WordPress 5.8
129+
* Tested to WordPress 5.8
124130
* Fix: Issue with the correct block icon not being displayed
125131
* Clean: Update npm packages
126132
* Add: Ctrl+S shortcut action to the classic editor

0 commit comments

Comments
 (0)