Skip to content

Commit

Permalink
Merge pull request #40 from vektor-inc/fix/zoomout-toggle/api-v3
Browse files Browse the repository at this point in the history
【確認待ち】エディターツールバーにズームアウトのトグルが常に表示されない不具合を修正
  • Loading branch information
sysbird authored Jan 28, 2025
2 parents 71b3769 + 3ef54b5 commit a936811
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ e.g.

== Changelog ==

[ Specification change ] Fixed the zoom-out toggle not always displaying in the editor toolbar (updated blocks.json API version from 2 to 3).

= 0.1.5 =
[ Other ] change version only ( change WordPress.org banner ).

Expand Down
2 changes: 1 addition & 1 deletion src/copy-button-wrap/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-button-wrap",
"category": "vk-simple-copy-block",
"title": "Copy Button",
Expand Down
2 changes: 1 addition & 1 deletion src/copy-button/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-button",
"category": "vk-simple-copy-block",
"title": "Copy Button",
Expand Down
2 changes: 1 addition & 1 deletion src/copy-target/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/copy-target",
"category": "vk-simple-copy-block",
"title": "Copy Target",
Expand Down
2 changes: 1 addition & 1 deletion src/simple-copy/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-simple-copy-block/simple-copy",
"category": "vk-simple-copy-block",
"title": "Simple Copy",
Expand Down

0 comments on commit a936811

Please sign in to comment.