Skip to content

Commit

Permalink
Merge pull request #789 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 14.17.2
  • Loading branch information
kurudrive authored Feb 28, 2022
2 parents a49e757 + c43aba5 commit 63473c2
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
13 changes: 13 additions & 0 deletions _g3/assets/_scss/block/_block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,19 @@ entry-body
font-size: var(--vk-size-text-xs);
}

/*-------------------------------------------*/
/* Outer
/*-------------------------------------------*/
// To be no container area ( ex : lightning_site_footer_before hook )
.vk_outer-width-full.vk_outer-paddingLR-none .vk_outer_container {
max-width:var(--vk-width-container);
padding-left:15px;
padding-right:15px;
box-sizing: border-box;
margin-left:auto;
margin-right:auto;
}

/*-------------------------------------------*/
/* Image Block
/*-------------------------------------------*/
Expand Down
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.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ gulp.task('copy_dist', function (done) {
const files = gulp.src(
[
"./LICENSE",
"./**/*.php",
"./**/*.txt",
"./**/*.css",
"./**/*.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"gulp": "gulp",
"build": "npm run build:script && npm run build:style && npm run build:text-domain && npm run file-delete",
"dist": "gulp dist && rimraf ./dist/lightning/_g2/tests/ && rimraf ./dist/lightning/_g3/tests/",
"dist": "gulp dist && rimraf ./dist/lightning/_g2/tests/ && rimraf ./dist/lightning/_g3/tests/ && cd dist && zip -r lightning.zip lightning",
"file-delete": "rimraf ./_g3/**/*.map",
"build:script": "webpack --config webpack.g2prod.js && webpack --config webpack.g3prod.js",
"build:style": "gulp sass_common && gulp sass_bs4 && gulp sass_skin && gulp sass_skin2 && gulp sass_woo",
Expand Down
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-2022 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
Tested up to: 5.9.0
Stable tag: 14.17.1
Stable tag: 14.17.2
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 ==

v14.17.2
[ G3 ][ Design bug fix ] Fix VK Outer Blocks width on lightning_site_footer_before

v14.17.1
[ G3 ][ Add filter ] Add filter to be control Breadcrumb position.

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: 14.17.1
Version: 14.17.2
Requires at least: 5.3
Tested up to: 5.9.0
Requires PHP: 5.6.0
Expand Down

0 comments on commit 63473c2

Please sign in to comment.