VK Block Patterns - Version 0.3.1

Version Description

[ Bug fix ] Fix critical error by load vk admin path

Download this release

Release Info

Developer vektor-inc
Plugin Icon wp plugin VK Block Patterns
Version 0.3.1
Comparing to
See all releases

Code changes from version 0.3.0 to 0.3.1

inc/vk-admin/vk-admin-config.php CHANGED
@@ -10,5 +10,5 @@ if ( ! defined( 'ABSPATH' ) ) {
10
  }
11
 
12
  if ( ! class_exists( 'Vk_Admin' ) ) {
13
- require_once plugin_dir_path( __FILE__ ) . '/vk-admin/class-vk-admin.php';
14
  }
10
  }
11
 
12
  if ( ! class_exists( 'Vk_Admin' ) ) {
13
+ require_once plugin_dir_path( __FILE__ ) . '/package/class-vk-admin.php';
14
  }
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.3.0
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.3.0 =
20
  [ Specification Change ] Change display order up
21
 
4
  Tags: Guternberg, Block Pattern
5
  Requires at least: 5.5
6
  Tested up to: 5.5
7
+ Stable tag: 0.3.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.3.1 =
20
+ [ Bug fix ] Fix critical error by load vk admin path
21
+
22
  = 0.3.0 =
23
  [ Specification Change ] Change display order up
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.3.0
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.3.1
7
  * Author: Vektor,Inc.
8
  * Author URI: https://vektor-inc.co.jp
9
  * Text Domain: vk-block-patterns