Skip to content

Commit 11be62a

Browse files
committed
Update from vk-blocks-pro
1 parent 6f3ddd0 commit 11be62a

File tree

5 files changed

+37
-8
lines changed

5 files changed

+37
-8
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ VK Blocks の現在のデプロイフローは以下の通り
180180
* deprecated チェック
181181
* ( e2eテスト( 調整中 ) )
182182

183-
#### php-unit-test.yml
184-
185-
* PHPUnit テスト
186-
187183
### vk-blocks-pro/develop にプッシュ&マージ
188184
#### develop-test.yml
189185

readme.txt

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ e.g.
6363

6464
== Changelog ==
6565

66+
= 1.27.8 =
67+
[ Bug fix ][ Outer (Pro) ] Fixed a bug where css was hitting inner content
68+
6669
= 1.27.7 =
6770
[ Bug fix ][ Post list an so on (Pro) ] Fixed number of days to display the new post mark was not saved.
6871
[ Bug fix ][ Post list an so on (Pro) ] Fixed no post message php notice.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!-- wp:vk-blocks/outer {"bgColor":"#8ed1fc","bgImage":"https://www.vektor-inc.co.jp/wp-content/uploads/2020/04/vws_logo_2020_og.png","bgImageTablet":"https://www.vektor-inc.co.jp/wp-content/uploads/2020/08/vk-blocks-logo_og.png","bgImageMobile":"https://www.vektor-inc.co.jp/wp-content/uploads/2020/08/vk-blocks-logo_og.png","upper_level":43,"lower_level":-56,"borderColor":"#000","clientId":"67028e1c-42f0-4568-a926-81bd6cfe9663"} -->
2+
<div class="wp-block-vk-blocks-outer vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663 vk_outer vk_outer-width-normal vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal has-border-color" style="border:none;border-radius:0px"><style>
3+
@media screen and (max-width: 575.98px) {
4+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663{background-image: url(https://www.vektor-inc.co.jp/wp-content/uploads/2020/08/vk-blocks-logo_og.png); }
5+
}
6+
@media screen and (min-width: 576px) {
7+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663{background-image: url(https://www.vektor-inc.co.jp/wp-content/uploads/2020/08/vk-blocks-logo_og.png); }
8+
}
9+
@media screen and (min-width: 992px) {
10+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663{background-image: url(https://www.vektor-inc.co.jp/wp-content/uploads/2020/04/vws_logo_2020_og.png); }
11+
}
12+
</style><span class="vk_outer-background-area has-background has-background-dim has-background-dim-5" style="background-color:#8ed1fc"></span><div><div class="vk_outer_separator vk_outer_separator-position-upper vk_outer_separator-type-tilt" style="padding-bottom:43px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" preserveaspectratio="none"><path d="m0,57 L100,100 L0,100 z" strokewidth="0" fill="#fff" class="has-text-color"></path></svg></div><div class="vk_outer_container"></div><div class="vk_outer_separator vk_outer_separator-position-lower vk_outer_separator-type-tilt" style="padding-top:56px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" preserveaspectratio="none"><path d="m100,44 L0,100 L100,100 z" strokewidth="0" fill="#fff" class="has-text-color"></path></svg></div></div></div><style type="text/css">
13+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663 .vk_outer_container{
14+
padding-left:0px;
15+
padding-right:0px;
16+
}
17+
@media (min-width: 576px) {
18+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663 .vk_outer_container{
19+
padding-left:0px;
20+
padding-right:0px;
21+
}
22+
}
23+
@media (min-width: 992px) {
24+
.vkb-outer-67028e1c-42f0-4568-a926-81bd6cfe9663 .vk_outer_container{
25+
padding-left:0px;
26+
padding-right:0px;
27+
}
28+
}
29+
</style>
30+
<!-- /wp:vk-blocks/outer -->

vendor/composer/installed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'type' => 'library',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
8-
'reference' => 'fb17aae2267797d0955654da6f4318fa29254e9b',
8+
'reference' => '6f3ddd012bed386f25b64994a3faf1de3d001ea6',
99
'name' => 'vektor/vk-blocks-pro',
1010
'dev' => false,
1111
),
@@ -45,7 +45,7 @@
4545
'type' => 'library',
4646
'install_path' => __DIR__ . '/../../',
4747
'aliases' => array(),
48-
'reference' => 'fb17aae2267797d0955654da6f4318fa29254e9b',
48+
'reference' => '6f3ddd012bed386f25b64994a3faf1de3d001ea6',
4949
'dev_requirement' => false,
5050
),
5151
'yahnis-elsts/plugin-update-checker' => array(

vk-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
3-
* Plugin Name: VK Blocks
3+
* Plugin Name: VK Blocks
44
* Plugin URI: https://github.com/vektor-inc/vk-blocks
55
* Description: This is a plugin that extends Gutenberg's blocks.
6-
* Version: 1.27.7.2
6+
* Version: 1.27.8.0
77
* Stable tag: 1.27.7.1
88
* Requires at least: 5.8
99
* Author: Vektor,Inc.

0 commit comments

Comments
 (0)