From 5aece17d8f430b4932ff7ffbdc16120da31021f3 Mon Sep 17 00:00:00 2001 From: sysbird Date: Tue, 29 Aug 2023 12:18:50 +0900 Subject: [PATCH 1/2] Fixed opacity with previous Outer version. #1800 --- readme.txt | 2 ++ src/blocks/_pro/outer/style.scss | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/readme.txt b/readme.txt index 880bc9aef..fdc5f9db9 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,8 @@ e.g. == Changelog == +[ Bug fix ] [ Outer ( Pro ) ] Fixed opacity with previous Outer version. + = 1.61.1 = [ Bug fix ] Fix error WordPress 6.3 live previewing block themes. [ Bug fix ] VK Term color update 0.6.6 diff --git a/src/blocks/_pro/outer/style.scss b/src/blocks/_pro/outer/style.scss index 3291c100b..c33cd3351 100644 --- a/src/blocks/_pro/outer/style.scss +++ b/src/blocks/_pro/outer/style.scss @@ -51,6 +51,13 @@ $media-xxl-down: 1399.98px; opacity: 0.5; } + // 互換性対応 1.60.0 以前のスタイル + @for $i from 0 through 10 { + .vk_outer-background-area.has-background-dim-#{ $i } { + opacity: $i * 0.1; + } + } + .vk_outer_container { position: relative; min-height: 24px; From a2753b9bf795200581a66a551c4c944eb03b3362 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 29 Aug 2023 17:54:57 +0900 Subject: [PATCH 2/2] [ Change version ] 1.61.2.0 --- readme.txt | 3 ++- vk-blocks.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index fdc5f9db9..0db2240ef 100644 --- a/readme.txt +++ b/readme.txt @@ -65,7 +65,8 @@ e.g. == Changelog == -[ Bug fix ] [ Outer ( Pro ) ] Fixed opacity with previous Outer version. += 1.61.2 = +[ Bug fix ][ Outer ( Pro ) ] Fixed opacity with previous Outer version. = 1.61.1 = [ Bug fix ] Fix error WordPress 6.3 live previewing block themes. diff --git a/vk-blocks.php b/vk-blocks.php index bb8b78afa..aec6778da 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 Block Editor. - * Version: 1.61.1.0 + * Version: 1.61.2.0 * Stable tag: 1.60.0.1 * Requires at least: 6.1 * Author: Vektor,Inc.