Skip to content

Commit c18d3ce

Browse files
committed
23.0.0
1 parent 1e53a38 commit c18d3ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** Changelog ***
22

3+
= 23.0.0 =
4+
* [Button] Change target event for hover processing in CSS. `:hover` / `:active` / `:focus` => `@media (any-hover: hover) + :hover` / `:focus-visible`.
5+
* [Button] Changed so that href attribute is not output when href is empty.
6+
37
= 22.3.5 =
48
* [Box] Fixed a bug where when setting a block link, it would link even when right-clicking.
59
* [Box] Support for "Open in new window" and "Open in new tab" for block link.

Diff for: readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: inc2734, mayukojpn, livevalue, kmix39, kngsmym, kokuboyuki, richaber, witch_doktor, rocketmartue, kutsu, toru
33
Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
44
Tags: gutenberg, block, blocks, editor, gutenberg blocks
5-
Stable tag: 22.3.5
5+
Stable tag: 23.0.0
66
Requires at least: 6.7
77
Tested up to: 6.7
88
Requires PHP: 7.4

Diff for: snow-monkey-blocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin name: Snow Monkey Blocks
4-
* Version: 22.3.5
4+
* Version: 23.0.0
55
* Description: Gutenberg blocks collection made by MonkeyWrench.
66
* Author: inc2734
77
* Author URI: https://2inc.org

0 commit comments

Comments
 (0)