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

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

Merged
merged 3 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: 1 addition & 1 deletion inc/call-to-action/package/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/cta",
"title": "CTA",
"category": "veu-block",
Expand Down
2 changes: 1 addition & 1 deletion inc/child-page-index/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/child-page-index",
"title": "Child Page Index",
"category": "veu-block",
Expand Down
2 changes: 1 addition & 1 deletion inc/contact-section/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/contact-section",
"title": "Contact Section",
"category": "veu-block",
Expand Down
2 changes: 1 addition & 1 deletion inc/page-list-ancestor/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/page-list-ancestor",
"title": "Page List Ancestor",
"category": "veu-block",
Expand Down
2 changes: 1 addition & 1 deletion inc/sitemap-page/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/sitemap",
"title": "HTML Sitemap",
"category": "veu-block",
Expand Down
2 changes: 1 addition & 1 deletion inc/sns/block/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "vk-blocks/share-button",
"title": "Share button",
"category": "veu-block",
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,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).

= 9.102.0 =
[ Add function ][ Share button ] Added Bluesky share button.

Expand Down
Loading