Version Description
[ Fix ][ Japanese ] Fix API URL.
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 1.20.1 |
Comparing to | |
See all releases |
Code changes from version 1.20.0 to 1.20.1
- favorite-patterns/favorite-patterns.php +1 -1
- readme.txt +4 -1
- vk-block-patterns.php +1 -1
favorite-patterns/favorite-patterns.php
CHANGED
@@ -13,7 +13,7 @@ function vbp_get_pattern_api_data() {
|
|
13 |
|
14 |
if ( ! empty( $user_email ) ) {
|
15 |
$result = wp_remote_post(
|
16 |
-
'https://
|
17 |
array(
|
18 |
'timeout' => 10,
|
19 |
'body' => array(
|
13 |
|
14 |
if ( ! empty( $user_email ) ) {
|
15 |
$result = wp_remote_post(
|
16 |
+
'https://patterns.vektor-inc.co.jp/wp-json/vk-patterns/v1/status',
|
17 |
array(
|
18 |
'timeout' => 10,
|
19 |
'body' => array(
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0.1
|
7 |
-
Stable tag: 1.20.
|
8 |
Requires PHP: 7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -16,6 +16,9 @@ When you activate this plugin that create new custom post type for custom block
|
|
16 |
|
17 |
== Changelog ==
|
18 |
|
|
|
|
|
|
|
19 |
= 1.20.0 =
|
20 |
[ Add ] Built-in Patterns Setting
|
21 |
[ Add ][ Japanese ] Add combination with VK Patterns.
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0.1
|
7 |
+
Stable tag: 1.20.1
|
8 |
Requires PHP: 7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
16 |
|
17 |
== Changelog ==
|
18 |
|
19 |
+
= 1.20.1
|
20 |
+
[ Fix ][ Japanese ] Fix API URL.
|
21 |
+
|
22 |
= 1.20.0 =
|
23 |
[ Add ] Built-in Patterns Setting
|
24 |
[ Add ][ Japanese ] Add combination with VK Patterns.
|
vk-block-patterns.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK Block Patterns
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-block-patterns
|
5 |
* Description: You can make and register your original custom block patterns.
|
6 |
-
* Version: 1.20.
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|
3 |
* Plugin Name: VK Block Patterns
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-block-patterns
|
5 |
* Description: You can make and register your original custom block patterns.
|
6 |
+
* Version: 1.20.1
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|