Version Description
[ Specification Change ] Changed to cache pattern api data. [ Fix ] Add Snackbar when success save setting or not.
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 1.25.4 |
Comparing to | |
See all releases |
Code changes from version 1.25.3 to 1.25.4
- readme.txt +5 -2
- vk-block-patterns.php +1 -1
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.2
|
7 |
-
Stable tag: 1.25.
|
8 |
Requires PHP: 7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -16,10 +16,13 @@ When you activate this plugin that create new custom post type for custom block
|
|
16 |
|
17 |
== Changelog ==
|
18 |
|
19 |
-
= 1.25.
|
20 |
[ Specification Change ] Changed to cache pattern api data.
|
21 |
[ Fix ] Add Snackbar when success save setting or not.
|
22 |
|
|
|
|
|
|
|
23 |
= 1.25.2 =
|
24 |
[ Bug fix ] Fix Setting Page Layout bug ( vk admin 2.6.0 )
|
25 |
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0.2
|
7 |
+
Stable tag: 1.25.4
|
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.25.4 =
|
20 |
[ Specification Change ] Changed to cache pattern api data.
|
21 |
[ Fix ] Add Snackbar when success save setting or not.
|
22 |
|
23 |
+
= 1.25.3 (Beta) =
|
24 |
+
1.25.4 Beta release
|
25 |
+
|
26 |
= 1.25.2 =
|
27 |
[ Bug fix ] Fix Setting Page Layout bug ( vk admin 2.6.0 )
|
28 |
|
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.25.
|
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.25.4
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|