From b8d2cc3a62df1e80f47576b1236ae24d1e667857 Mon Sep 17 00:00:00 2001 From: drill-lancer Date: Fri, 13 Oct 2023 09:39:29 +0900 Subject: [PATCH 1/3] fix: vk-mobile-nav --- _g2/inc/vk-mobile-nav/vk-mobile-nav-config.php | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_g2/inc/vk-mobile-nav/vk-mobile-nav-config.php b/_g2/inc/vk-mobile-nav/vk-mobile-nav-config.php index d57e33dad..17ca07686 100644 --- a/_g2/inc/vk-mobile-nav/vk-mobile-nav-config.php +++ b/_g2/inc/vk-mobile-nav/vk-mobile-nav-config.php @@ -9,7 +9,7 @@ $default_nav = 'Header'; global $library_url; - $library_url = get_template_directory_uri() . '/inc/vk-mobile-nav/package/'; + $library_url = get_template_directory_uri() . '/inc/vk-mobile-nav/package'; global $vk_mobile_nav_inline_style_handle; $vk_mobile_nav_inline_style_handle = 'lightning-common-style'; diff --git a/readme.txt b/readme.txt index 41068e9e2..14ba02a9f 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,8 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == +[ G2 ][ Bug fix ] Fix vk mobile nav library url. + v15.14.1 [ G3 ] change footer copyright From 45a8f273dbe8df4114b7791a44823c790f80e681 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Mon, 16 Oct 2023 12:12:11 +0900 Subject: [PATCH 2/3] [ G3 ] Allow style for the span tag in the entry-meta of the page header. --- _g3/template-parts/page-header.php | 1 + readme.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/_g3/template-parts/page-header.php b/_g3/template-parts/page-header.php index 28e28e340..b83a1ef73 100644 --- a/_g3/template-parts/page-header.php +++ b/_g3/template-parts/page-header.php @@ -92,6 +92,7 @@ ), 'span' => array( 'class' => array(), + 'style' => array(), ), 'img' => array( 'class' => array(), diff --git a/readme.txt b/readme.txt index 41068e9e2..49d0ea8ee 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,8 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == +[ G3 ] Allow style for the span tag in the entry-meta of the page header. + v15.14.1 [ G3 ] change footer copyright From 1fd16a990b56fc57674829632f1154fe0abbf4a1 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Mon, 16 Oct 2023 12:19:54 +0900 Subject: [PATCH 3/3] [ Change version ] 15.14.2 --- readme.txt | 5 +++-- style.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 62534d505..94a54de73 100644 --- a/readme.txt +++ b/readme.txt @@ -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.3 -Stable tag: 15.14.1 +Stable tag: 15.14.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -38,7 +38,8 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == -[ G3 ] Allow style for the span tag in the entry-meta of the page header. +v15.14.2 +[ G3 ][ Specification Change ] Allow style for the span tag in the entry-meta of the page header. [ G2 ][ Bug fix ] Fix vk mobile nav library url. v15.14.1 diff --git a/style.css b/style.css index ec0ae27f6..e8737e70b 100644 --- a/style.css +++ b/style.css @@ -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.14.1 +Version: 15.14.2 Requires at least: 5.9 Tested up to: 6.3 Requires PHP: 5.6.0