Skip to content

Commit

Permalink
Merge pull request #1084 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 15.14.2
kurudrive authored Oct 16, 2023
2 parents 3ffa1cb + 71272c4 commit c896172
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _g2/inc/vk-mobile-nav/vk-mobile-nav-config.php
Original file line number Diff line number Diff line change
@@ -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';
1 change: 1 addition & 0 deletions _g3/template-parts/page-header.php
Original file line number Diff line number Diff line change
@@ -92,6 +92,7 @@
),
'span' => array(
'class' => array(),
'style' => array(),
),
'img' => array(
'class' => array(),
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c896172

Please sign in to comment.