Version Description
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 1.20.4 |
Comparing to | |
See all releases |
Code changes from version 1.20.3 to 1.20.4
- admin/admin.php +6 -6
- readme.txt +2 -2
- vk-block-patterns.php +1 -1
admin/admin.php
CHANGED
@@ -53,7 +53,7 @@ function vbp_setting_page() {
|
|
53 |
$get_logo_html = apply_filters( 'vbp_logo_html', $get_logo_html );
|
54 |
|
55 |
$get_menu_html = '<li><a href="#role-setting">' . __( 'Role Setting', 'vk-block-patterns' ) . '</a></li>';
|
56 |
-
$get_menu_html = '<li><a href="#default-patterns-setting">' . __( '
|
57 |
$lang = ( get_locale() === 'ja' ) ? 'ja' : 'en';
|
58 |
if ( 'ja' === $lang ) {
|
59 |
$get_menu_html .= '<li><a href="#pattern-library-setting">' . __( 'VK Pattern Library Setting', 'vk-block-patterns' ) . '</a></li>';
|
@@ -69,23 +69,23 @@ function vkp_show_patterns_register_settings() {
|
|
69 |
$properties_editor_settings = array();
|
70 |
$default_editor_settings = array();
|
71 |
$default_option_settings = array(
|
72 |
-
'role'
|
73 |
'type' => 'string',
|
74 |
'default' => 'author',
|
75 |
),
|
76 |
-
'showPatternsLink'
|
77 |
'type' => 'boolean',
|
78 |
'default' => true,
|
79 |
),
|
80 |
-
'VWSMail'
|
81 |
'type' => 'string',
|
82 |
'default' => '',
|
83 |
),
|
84 |
-
'disableCorePattern'
|
85 |
'type' => 'boolean',
|
86 |
'default' => false,
|
87 |
),
|
88 |
-
'disablePluginPattern'
|
89 |
'type' => 'boolean',
|
90 |
'default' => false,
|
91 |
),
|
53 |
$get_logo_html = apply_filters( 'vbp_logo_html', $get_logo_html );
|
54 |
|
55 |
$get_menu_html = '<li><a href="#role-setting">' . __( 'Role Setting', 'vk-block-patterns' ) . '</a></li>';
|
56 |
+
$get_menu_html = '<li><a href="#default-patterns-setting">' . __( 'Default Patterns Setting', 'vk-block-patterns' ) . '</a></li>';
|
57 |
$lang = ( get_locale() === 'ja' ) ? 'ja' : 'en';
|
58 |
if ( 'ja' === $lang ) {
|
59 |
$get_menu_html .= '<li><a href="#pattern-library-setting">' . __( 'VK Pattern Library Setting', 'vk-block-patterns' ) . '</a></li>';
|
69 |
$properties_editor_settings = array();
|
70 |
$default_editor_settings = array();
|
71 |
$default_option_settings = array(
|
72 |
+
'role' => array(
|
73 |
'type' => 'string',
|
74 |
'default' => 'author',
|
75 |
),
|
76 |
+
'showPatternsLink' => array(
|
77 |
'type' => 'boolean',
|
78 |
'default' => true,
|
79 |
),
|
80 |
+
'VWSMail' => array(
|
81 |
'type' => 'string',
|
82 |
'default' => '',
|
83 |
),
|
84 |
+
'disableCorePattern' => array(
|
85 |
'type' => 'boolean',
|
86 |
'default' => false,
|
87 |
),
|
88 |
+
'disablePluginPattern' => array(
|
89 |
'type' => 'boolean',
|
90 |
'default' => false,
|
91 |
),
|
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.20.
|
8 |
Requires PHP: 7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -16,7 +16,7 @@ When you activate this plugin that create new custom post type for custom block
|
|
16 |
|
17 |
== Changelog ==
|
18 |
|
19 |
-
= 1.20.
|
20 |
[ Fix ] Setting screen
|
21 |
|
22 |
= 1.20.1
|
4 |
Tags: Guternberg, Block Pattern
|
5 |
Requires at least: 5.8
|
6 |
Tested up to: 6.0.2
|
7 |
+
Stable tag: 1.20.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.20.4
|
20 |
[ Fix ] Setting screen
|
21 |
|
22 |
= 1.20.1
|
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.20.
|
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.20.4
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|