Skip to content

Commit

Permalink
Merge pull request #64 from t-hamano/wp6.2
Browse files Browse the repository at this point in the history
WP6.2
  • Loading branch information
t-hamano authored Mar 10, 2023
2 parents 573ab7d + 2cbbda7 commit 43f44f1
Show file tree
Hide file tree
Showing 11 changed files with 2,134 additions and 1,547 deletions.
3 changes: 2 additions & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"https://downloads.wordpress.org/plugin/classic-editor.zip"
],
"config": {
"WP_DEBUG": true
"WP_DEBUG": true,
"SCRIPT_DEBUG": true
}
}
2 changes: 1 addition & 1 deletion classes/class-classic-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function admin_footer() {
$settings = Settings::get_editor_settings();
// phpcs:disable Generic.ControlStructures.InlineControlStructure
?>
<div id="chbe-replace-indent-dialog">
<div id="chbe-replace-indent-dialog" class="chbe-dialog__inner">
<p class="chbe-dialog__ttl"><?php echo esc_attr_e( 'Change Indentation', 'custom-html-block-extension' ); ?></p>
<div class="chbe-dialog__row">
<div class="chbe-dialog__col chbe-dialog__col--setting">
Expand Down
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 blocks to evolve into an advanced code editor.
* Requires at least: 5.9
* Requires PHP: 7.3
* Version: 3.1.0
* Version: 3.2.0
* Author: Aki Hamano
* Author URI: https://github.com/t-hamano
* License: GPL2 or later
Expand Down
2,791 changes: 1,639 additions & 1,152 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"devDependencies": {
"@deboxsoft/cpx": "^1.5.0",
"@wordpress/base-styles": "^4.10.0",
"@wordpress/e2e-test-utils": "^8.3.0",
"@wordpress/env": "^5.5.0",
"@wordpress/base-styles": "^4.19.0",
"@wordpress/e2e-test-utils": "^9.5.0",
"@wordpress/env": "^5.13.0",
"@wordpress/scripts": "^24.3.0",
"opener": "^1.5.2",
"prettier": "npm:[email protected]",
"rimraf": "^3.0.2",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-order": "^5.0.0"
"rimraf": "^4.4.0",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-order": "^6.0.3"
},
"dependencies": {
"@wordpress/icons": "^9.10.0",
"@wordpress/icons": "^9.19.0",
"emmet-monaco-es": "^5.1.2",
"monaco-editor": "^0.34.0",
"react-notifications-component": "^4.0.1",
Expand Down
13 changes: 11 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: 5.9
Tested up to: 6.1
Stable tag: 3.1.0
Tested up to: 6.2
Stable tag: 3.2.0
Requires PHP: 7.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -69,6 +69,15 @@ Source: https://www.marksimonson.com/fonts/view/anonymous-pro

== Changelog ==

= 3.2.0 =
* Feature: Add modal HTML editor
* Enhancement: Don't display toolbar buttons when preview mode
* Fix: Wrong CSS for Monaco Editor in the block editor
* Fix: Copy and cut lines don't work in the block editor
* Clean: Polish block editor popover UI
* Clean: Polish classic editor popover UI
* Clean: Polish setting page UI

= 3.1.0 =
* Tested to WordPress 6.1
* Drop support for WordPress 5.6 through 5.8
Expand Down
Loading

0 comments on commit 43f44f1

Please sign in to comment.