diff --git a/changelog.txt b/changelog.txt index 2ef3d549..ba8592fc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Changelog *** += 22.3.2 = +* [Tabs] Fixed a bug where the tab panels of the source and destination tab blocks would not be displayed when duplicating a tab block. + = 22.3.1 = * [Box] Add box link features. * [Slider] Fixed a bug that caused content to protrude from some slides depending on the content. diff --git a/readme.txt b/readme.txt index b531a615..b9dfb84c 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.1 +Stable tag: 22.3.2 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 4b873759..5bffd6ee 100755 --- a/snow-monkey-blocks.php +++ b/snow-monkey-blocks.php @@ -1,7 +1,7 @@