Skip to content

Commit

Permalink
Merge pull request #1802 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.61.2.0
  • Loading branch information
kurudrive authored Aug 29, 2023
2 parents c2bfb81 + a2753b9 commit 9cd6f8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ e.g.

== Changelog ==

= 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.
[ Bug fix ] VK Term color update 0.6.6
Expand Down
7 changes: 7 additions & 0 deletions src/blocks/_pro/outer/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion vk-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9cd6f8c

Please sign in to comment.