Version Description
[ Specification Change ][ Table of content ] delete text under line
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Blocks |
Version | 0.59.0 |
Comparing to | |
See all releases |
Code changes from version 0.58.10 to 0.59.0
- readme.txt +4 -1
- vk-blocks.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Gutenberg,FAQ,alert
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.6
|
7 |
-
Stable tag: 0.
|
8 |
Requires PHP: 5.6.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -63,6 +63,9 @@ e.g.
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 0.58.10 =
|
67 |
[ Bug fix ][ Flow ] Fix to add undefined class
|
68 |
|
4 |
Tags: Gutenberg,FAQ,alert
|
5 |
Requires at least: 5.3
|
6 |
Tested up to: 5.6
|
7 |
+
Stable tag: 0.59.0
|
8 |
Requires PHP: 5.6.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 0.59.0 =
|
67 |
+
[ Specification Change ][ Table of content ] delete text under line
|
68 |
+
|
69 |
= 0.58.10 =
|
70 |
[ Bug fix ][ Flow ] Fix to add undefined class
|
71 |
|
vk-blocks.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK Blocks
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-blocks
|
5 |
* Description: This is a plugin that extends Gutenberg's blocks.
|
6 |
-
* Version: 0.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Author URI: https://vektor-inc.co.jp
|
9 |
* Text Domain: vk-blocks
|
3 |
* Plugin Name: VK Blocks
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-blocks
|
5 |
* Description: This is a plugin that extends Gutenberg's blocks.
|
6 |
+
* Version: 0.59.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Author URI: https://vektor-inc.co.jp
|
9 |
* Text Domain: vk-blocks
|