Skip to content

Commit

Permalink
22.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Nov 13, 2024
1 parent f3c5041 commit 2e695c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
*** Changelog ***

= 22.2.3 =
* [Tabs] Fixed an issue where unnecessary space was sometimes created at the bottom of tab blocks depending on the content of the hidden block.

= 22.2.2 =
* WordPress 6.7 compatible.

= 22.2.1 =
* [Tab] Changed the function to open any tab in the tab block on the current page with an anchor link so that links beginning with “http” will also work.
* [Tabs] Changed the function to open any tab in the tab block on the current page with an anchor link so that links beginning with “http” will also work.

= 22.2.0 =
* [Tab panel] Add anchor setting.
* [Tab] Added functionality to open tabs by specifying the ID of the tab as an anchor.
* [Tabs] Added functionality to open tabs by specifying the ID of the tab as an anchor.

= 22.1.1 =
* [Contents slider] Fixed a bug that caused infinite rendering and broken blocks when patterned.
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
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.2.2
Requires at least: 6.6
Tested up to: 6.7-rc1
Stable tag: 22.2.3
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion snow-monkey-blocks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin name: Snow Monkey Blocks
* Version: 22.2.2
* Version: 22.2.3
* Description: Gutenberg blocks collection made by MonkeyWrench.
* Author: inc2734
* Author URI: https://2inc.org
Expand Down

0 comments on commit 2e695c1

Please sign in to comment.