Version Description
[ Other ] Delete Development files again
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 0.2.2 |
Comparing to | |
See all releases |
Code changes from version 0.2.1 to 0.2.2
- .svnignore +6 -26
- readme.txt +4 -1
- vk-block-patterns.php +1 -1
.svnignore
CHANGED
@@ -1,29 +1,9 @@
|
|
1 |
-
.git/
|
2 |
.github/
|
3 |
-
|
4 |
-
|
5 |
-
_scss/
|
6 |
-
bin/
|
7 |
-
node_modules/
|
8 |
-
tests/
|
9 |
-
dist/
|
10 |
-
*.po
|
11 |
-
*.pot
|
12 |
-
block.jsx
|
13 |
-
docker-compose*.yml
|
14 |
-
Dockerfile*
|
15 |
gulpfile.js
|
16 |
-
package*.json
|
17 |
-
phpunit.xml
|
18 |
-
.DS_Store
|
19 |
-
Thumbs.db
|
20 |
-
sftp-config*.json
|
21 |
-
vkexunit.mo
|
22 |
-
.travis.yml
|
23 |
-
*.before
|
24 |
-
composer.*
|
25 |
-
.node-version
|
26 |
-
.code-workspace
|
27 |
-
README.md
|
28 |
LICENSE
|
29 |
-
.
|
|
|
|
|
|
|
|
1 |
.github/
|
2 |
+
.gitignore
|
3 |
+
.svnigunore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
gulpfile.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
LICENSE
|
6 |
+
package.json
|
7 |
+
package-lock.json
|
8 |
+
README.md
|
9 |
+
vk-block-patterns.code-workspace
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 0.2.
|
8 |
Requires PHP: 5.6
|
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 |
= 0.2.1 =
|
20 |
[ Other ] Delete Development files
|
21 |
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 0.2.2
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
16 |
|
17 |
== Changelog ==
|
18 |
|
19 |
+
= 0.2.2 =
|
20 |
+
[ Other ] Delete Development files again
|
21 |
+
|
22 |
= 0.2.1 =
|
23 |
[ Other ] Delete Development files
|
24 |
|
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: 0.2.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Author URI: https://vektor-inc.co.jp
|
9 |
* Text Domain: vk-block-patterns
|
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: 0.2.2
|
7 |
* Author: Vektor,Inc.
|
8 |
* Author URI: https://vektor-inc.co.jp
|
9 |
* Text Domain: vk-block-patterns
|