Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エディターツールバーにズームアウトのトグルが常に表示されない不具合を修正 #40

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading