From 1c62d4e1337385f6bf7d8805ad0432370e24967d Mon Sep 17 00:00:00 2001 From: kurudrive Date: Thu, 21 Oct 2021 21:24:56 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix=20/=20=E3=83=9C=E3=82=BF=E3=83=B3=20:?= =?UTF-8?q?=20=E5=BF=9C=E6=80=A5=E6=8E=AA=E7=BD=AE=20=E3=83=97=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=9E=E3=83=AA=E3=83=BC=E3=82=AB=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=AE=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=E3=81=8C=E6=8A=9C=E3=81=91=E3=82=8B=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E5=BF=9C=E6=80=A5=E6=8E=AA=E7=BD=AE=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/blocks/button/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/blocks/button/style.scss b/src/blocks/button/style.scss index adf314954..9f91aa8b3 100644 --- a/src/blocks/button/style.scss +++ b/src/blocks/button/style.scss @@ -6,6 +6,11 @@ $vk-color-danger: #dc3545; $vk-color-light:#f8f9fa; $vk-color-dark:#343a40; +// プライマリーカラーのボタンの背景色が抜けるので応急措置アップデート +.has-vk-color-primary-background-color { + background-color:var(--vk-color-primary); +} + :root .vk_button, :root .editor-styles-wrapper .vk_button{ & .has-vk-color-secondary-background-color { From d795d8257fa7296579627f8b0415027dce28d566 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Thu, 21 Oct 2021 21:27:28 +0900 Subject: [PATCH 2/2] [ Change version ] 1.16.6 --- readme.txt | 5 ++++- vk-blocks.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 204c5ec6e..863d894d8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: Tags: Gutenberg,FAQ,alert Requires at least: 5.7 Tested up to: 5.8.1 -Stable tag: 1.16.5 +Stable tag: 1.16.6 Requires PHP: 5.6.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -63,6 +63,9 @@ e.g. == Changelog == += 1.16.6 = +[ Bug fix ][ Button ] Fix primary bg color first aid + = 1.16.5 = [ Bug fix ][ Button ] Fix wide size diff --git a/vk-blocks.php b/vk-blocks.php index af4cb827e..37caa4119 100644 --- a/vk-blocks.php +++ b/vk-blocks.php @@ -3,7 +3,7 @@ * Plugin Name: VK Blocks Pro * Plugin URI: https://github.com/vektor-inc/vk-blocks * Description: This is a plugin that extends Gutenberg's blocks. - * Version: 1.16.5 + * Version: 1.16.6 * Requires at least: 5.7 * Author: Vektor,Inc. * Author URI: https://vektor-inc.co.jp