Version Description
[ Other ] Delete Development files
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 0.2.1 |
Comparing to | |
See all releases |
Code changes from version 0.2.0 to 0.2.1
- .svnignore +29 -0
- readme.txt +4 -1
- vk-block-patterns.php +1 -1
.svnignore
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.git/
|
2 |
+
.github/
|
3 |
+
_js/
|
4 |
+
_notes/
|
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 |
+
.gitignore
|
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.0 =
|
20 |
[ Other ] Add setting page link
|
21 |
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 0.2.1
|
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.1 =
|
20 |
+
[ Other ] Delete Development files
|
21 |
+
|
22 |
= 0.2.0 =
|
23 |
[ Other ] Add setting page link
|
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.1
|
7 |
* Author: Vektor,Inc.
|
8 |
* Author URI: https://vektor-inc.co.jp
|
9 |
* Text Domain: vk-block-patterns
|