Skip to content

Commit

Permalink
Merge pull request #47 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.7.0
  • Loading branch information
kurudrive authored Aug 4, 2021
2 parents 6ab98a0 + 8d01818 commit 6462ebd
Show file tree
Hide file tree
Showing 9 changed files with 1,481 additions and 3,746 deletions.
250 changes: 125 additions & 125 deletions patterns-data/category.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions patterns-data/class-register-patterns-from-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public static function register_template() {
'title' => $val['title'],
'categories' => $val['categories'],
'content' => $val['content'],
'blockTypes' => $val['blockTypes'],
)
);
}
Expand All @@ -154,6 +155,7 @@ public static function register_template() {
'title' => $val['title'],
'categories' => $val['categories'],
'content' => $val['content'],
'blockTypes' => $val['blockTypes'],
)
);
}
Expand Down
1,545 changes: 514 additions & 1,031 deletions patterns-data/template-all.json

Large diffs are not rendered by default.

792 changes: 64 additions & 728 deletions patterns-data/template-exclude-vk.json

Large diffs are not rendered by default.

1,076 changes: 252 additions & 824 deletions patterns-data/template-for-vk-free.json

Large diffs are not rendered by default.

1,545 changes: 514 additions & 1,031 deletions patterns-data/template-for-vk-pro.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions patterns-data/term-language.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"term_id": 22,
"term_id": 36,
"name": "English (United States)",
"slug": "en_us",
"term_group": 0,
"term_taxonomy_id": 22,
"term_taxonomy_id": 36,
"taxonomy": "vk-managing-patterns-language",
"description": "",
"parent": 0,
Expand All @@ -13,15 +13,15 @@
"term_order": "0"
},
{
"term_id": 21,
"term_id": 35,
"name": "\u65e5\u672c\u8a9e",
"slug": "ja",
"term_group": 0,
"term_taxonomy_id": 21,
"term_taxonomy_id": 35,
"taxonomy": "vk-managing-patterns-language",
"description": "",
"parent": 0,
"count": 33,
"count": 41,
"filter": "raw",
"term_order": "0"
}
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link:
Tags: Guternberg, Block Pattern
Requires at least: 5.8
Tested up to: 5.8
Stable tag: 1.6.1
Stable tag: 1.7.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -16,6 +16,9 @@ When you activate this plugin that create new custom post type for custom block

== Changelog ==

= 1.7.0 =
[ Other ] Cope with block pattern cconvert (WP5.8)

= 1.6.1 =
[ Bug fix ] Cope with not allow mb_convert_encoding() server

Expand Down
2 changes: 1 addition & 1 deletion vk-block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: VK Block Patterns
* Plugin URI: https://github.com/vektor-inc/vk-block-patterns
* Description: You can make and register your original custom block patterns.
* Version: 1.6.1
* Version: 1.7.0
* Requires at least: 5.8
* Author: Vektor,Inc.
* Author URI: https://vektor-inc.co.jp
Expand Down

0 comments on commit 6462ebd

Please sign in to comment.