Skip to content

Commit

Permalink
Merge pull request #1897 from vektor-inc/fix/headding-block-deprecated
Browse files Browse the repository at this point in the history
見出しブロックを非推奨に
  • Loading branch information
kurudrive authored Jan 15, 2024
2 parents eb2c919 + 3e88272 commit 2978667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions inc/vk-blocks/class-vk-blocks-global-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ public static function blocks() {
'is_pro' => false,
),
array(
'name' => 'heading',
'is_pro' => false,
'name' => 'heading',
'is_pro' => false,
'is_deprecated' => true,
),
array(
'name' => 'icon',
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a plugin that extends Gutenberg's blocks.
* Classic FAQ
* New FAQ
* Flow
* Heading(with sub text)
* Heading (not recommended)
* Icon
* Icon Outer
* Page Content
Expand Down Expand Up @@ -104,6 +104,7 @@ e.g.
== Changelog ==

[ Add Function ][ Dynamic Text (Pro) ] Add feature to display logged-in username.
[ Specification Change ][ Headding ] Marked as Not Recommended

= 1.67.0 =
[ Add Block ][ Category Badge (Pro) ] Creates badges displaying linked categories or terms for posts, with flexible design customization.
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/heading/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apiVersion": 2,
"name": "vk-blocks/heading",
"category": "vk-blocks-cat",
"title": "Heading",
"title": "Heading(not recommended)",
"attributes": {
"anchor": {
"type": "string",
Expand Down

0 comments on commit 2978667

Please sign in to comment.