Skip to content

Commit

Permalink
Merge pull request #1160 from vektor-inc/fix/zoomout-toggle/api-v3
Browse files Browse the repository at this point in the history
エディターツールバーにズームアウトのトグルが常に表示されない不具合を修正
  • Loading branch information
goutetsuguma authored Jan 28, 2025
2 parents ea2a8df + 9e897f5 commit 6d09b91
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
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

0 comments on commit 6d09b91

Please sign in to comment.