Skip to content

Commit 666609e

Browse files
committed
23.0.3
1 parent 40a0a9a commit 666609e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: changelog.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** Changelog ***
22

3+
= 23.0.3 =
4+
* Fixed a bug where REQUEST_URI could not be obtained.
5+
36
= 23.0.2 =
47
* [Panels:Vertical layout] Fixed a bug where centering text was not being applied.
58
* [Panels:Free input / Block link] Improved the display position of the link settings popover.
@@ -8,8 +11,8 @@
811
* [Items:Block link] Improved the display position of the link settings popover.
912

1013
= 23.0.1 =
11-
[Items] The implementation of block links has been revised for accessibility.
12-
[Panel] The implementation of block links has been revised for accessibility.
14+
* [Items] The implementation of block links has been revised for accessibility.
15+
* [Panel] The implementation of block links has been revised for accessibility.
1316

1417
= 23.0.0 =
1518
* [Button] Change target event for hover processing in CSS. `:hover` / `:active` / `:focus` => `@media (any-hover: hover) + :hover` / `:focus-visible`.

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: 23.0.2
5+
Stable tag: 23.0.3
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: 23.0.2
4+
* Version: 23.0.3
55
* Description: Gutenberg blocks collection made by MonkeyWrench.
66
* Author: inc2734
77
* Author URI: https://2inc.org

0 commit comments

Comments
 (0)