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 d57e33da..17ca0768 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/_g3/template-parts/page-header.php b/_g3/template-parts/page-header.php index 28e28e34..b83a1ef7 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 41068e9e..94a54de7 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,6 +38,10 @@ https://www.vektor-inc.co.jp/inquiry/ == Changelog == +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 [ G3 ] change footer copyright diff --git a/style.css b/style.css index ec0ae27f..e8737e70 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