From 0e461ba18206ea705ae1ef8d294616c64f43a94e Mon Sep 17 00:00:00 2001 From: rick-addison Date: Fri, 11 Sep 2020 15:01:01 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=83=89=E3=81=AE?= =?UTF-8?q?=E5=B4=A9=E3=82=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/vk-css-optimize/vk-css-optimize-config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/vk-css-optimize/vk-css-optimize-config.php b/inc/vk-css-optimize/vk-css-optimize-config.php index 7e9ac5f7f..d6e0ca2bc 100644 --- a/inc/vk-css-optimize/vk-css-optimize-config.php +++ b/inc/vk-css-optimize/vk-css-optimize-config.php @@ -111,6 +111,7 @@ function lightning_css_tree_shaking_exclude_class( $inidata ) { $exclude_classes_array = array( 'customize-partial-edit-shortcut', 'vk_post', + 'card', 'vk_post-col-xs-12', 'vk_post-col-xs-6', 'vk_post-col-xs-4', From 130a7c914819df57dc5082da58f7ca7e8ae22688 Mon Sep 17 00:00:00 2001 From: rick-addison Date: Fri, 11 Sep 2020 15:02:38 +0900 Subject: [PATCH 2/3] [change version] 12.2.3 --- readme.txt | 5 ++++- style.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index cd7e7089f..05248e6e4 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Lightning WordPress theme, Copyright (C) 2015-2020 Vektor,Inc. Lightning WordPress theme is licensed under the GPL. Tested up to: 5.5.1 -Stable tag: 12.2.2 +Stable tag: 12.2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -39,6 +39,9 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == +v12.2.2 +* [ Bug fix ] Card tree shaking 3 + v12.2.2 * [ Bug fix ] Card tree shaking 2 diff --git a/style.css b/style.css index a1bb3fdd5..9f32c585e 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Theme URI: https://lightning.nagoya 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: 12.2.2 +Version: 12.2.3 Requires at least: 5.0 Tested up to: 5.5.0 Requires PHP: 5.6.0 From f2a3e7f41fe2c990d782063685ce10a6c22e177c Mon Sep 17 00:00:00 2001 From: rick-addison Date: Fri, 11 Sep 2020 15:06:04 +0900 Subject: [PATCH 3/3] [chenge version] 12.2.3 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 05248e6e4..87e4a10b8 100644 --- a/readme.txt +++ b/readme.txt @@ -39,7 +39,7 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == -v12.2.2 +v12.2.3 * [ Bug fix ] Card tree shaking 3 v12.2.2