Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Change version ] 15.10.4 #1062

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _g2/assets/_scss/block/_block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,14 @@ body .wp-block-image figure {
// WP6.3からwp-block-cover にoverflow: clip; がついて、中に幅広・全幅ブロックを設置しても見切れてしまうようになったため追加
.wp-block-cover:has( * > :is( .alignwide , .alignfull )){
overflow: visible;
}

/*-------------------------------------------*/
/* image Block
/*-------------------------------------------*/
// Addressing the image ratio issue in WordPress 6.3
.wp-block-image {
img:not([style*='object-fit']) {
height: auto !important; // !important to override inline styles.
}
}
2 changes: 1 addition & 1 deletion _g2/assets/css/common.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g2/assets/css/common_editor.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _g3/assets/_scss/block/_block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,14 @@ hr.wp-block-separator {
// WP6.3からwp-block-cover にoverflow: clip; がついて、中に幅広・全幅ブロックを設置しても見切れてしまうようになったため追加
.wp-block-cover:has( * > :is( .alignwide , .alignfull )){
overflow: visible;
}

/*-------------------------------------------*/
/* image Block
/*-------------------------------------------*/
// Addressing the image ratio issue in WordPress 6.3
.wp-block-image {
img:not([style*='object-fit']) {
height: auto !important; // !important to override inline styles.
}
}
2 changes: 1 addition & 1 deletion _g3/assets/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style-theme-json.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _g3/assets/css/style.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Lightning WordPress theme, Copyright (C) 2015-2023 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
Tested up to: 6.2
Stable tag: 15.10.3
Stable tag: 15.10.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -38,6 +38,9 @@ https://www.vektor-inc.co.jp/inquiry/

== Changelog ==

v15.10.4
[ G3 / G2 ][ Bug fix ] Addressing the image ratio issue in WordPress 6.3.

v15.10.3
[ G3 ][ Bugfix ] Fixed a bug where the margin-top of the header site title differed slightly between the home page and other pages when no header logo image was specified.

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 15.10.3
Version: 15.10.4
Requires at least: 5.9
Tested up to: 6.2
Requires PHP: 5.6.0
Expand Down
Loading