Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jun 26, 2024
1 parent 50f1417 commit 2f06f97
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom-html-block-extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Extend Custom HTML block to evolve into the advanced code editor.
* Requires at least: 6.4
* Requires PHP: 7.4
* Version: 3.5.0
* Version: 3.6.0
* Author: Aki Hamano
* Author URI: https://github.com/t-hamano
* License: GPL2 or later
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-html-block-extension",
"version": "3.5.0",
"version": "3.6.0",
"description": "WordPress plugin to extends \"Custom HTML block\" to evolve into an advanced code editor",
"author": "Aki Hamano",
"license": "GPL-2.0-or-later",
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: wildworks
Tags: gutenberg, block, html, highlighting, emmet
Donate link: https://www.paypal.me/thamanoJP
Requires at least: 6.4
Tested up to: 6.4
Stable tag: 3.5.0
Tested up to: 6.6
Stable tag: 3.6.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -69,6 +69,16 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro

== Changelog ==

= 3.6.0 =
* Tested to WordPress 6.6
* Drop support for WordPress 6.3
* Fix: Editor duplication on the classic editor
* Fix: Critical error when clicking tab on the settings page
* Fix: Ctrl+S shortcut not working on the classic editor
* Fix: Editor top margin misalignment on the classic editor
* Fix: Browser console error on the classic editor
* Fix: Browser console error on the Theme/Plugin Editor

= 3.5.0 =
* Tested to WordPress 6.5
* Drop support for WordPress 6.2
Expand Down

0 comments on commit 2f06f97

Please sign in to comment.