diff --git a/changelog.txt b/changelog.txt index dec90472..56a4b0e5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ *** Changelog *** += 22.3.5 = +* [Box] Fixed a bug where when setting a block link, it would link even when right-clicking. +* [Box] Support for "Open in new window" and "Open in new tab" for block link. +* Fixed a bug where FontAwesome's JavaScript variables were global variables and caused various interferences. + = 22.3.4 = * [Tabs] Fix deprecated proccess. * [Contents Slider] Fix deprecated proccess. diff --git a/readme.txt b/readme.txt index ae850345..d86acced 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: inc2734, mayukojpn, livevalue, kmix39, kngsmym, kokuboyuki, richaber, witch_doktor, rocketmartue, kutsu, toru Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40 Tags: gutenberg, block, blocks, editor, gutenberg blocks -Stable tag: 22.3.4 +Stable tag: 22.3.5 Requires at least: 6.7 Tested up to: 6.7 Requires PHP: 7.4 diff --git a/snow-monkey-blocks.php b/snow-monkey-blocks.php index 1dd4f80a..18489d1f 100755 --- a/snow-monkey-blocks.php +++ b/snow-monkey-blocks.php @@ -1,7 +1,7 @@