Skip to content

Commit

Permalink
Merge pull request #1080 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 15.14.1 / フッターコピーライトを .org に変更
  • Loading branch information
kurudrive authored Oct 10, 2023
2 parents f4c00f6 + c8f2888 commit 3ffa1cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _g3/inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function lightning_the_footer_copyight() {
echo wp_kses_post( apply_filters( 'lightning_footerCopyRightCustom', $lightning_footer_copy_right ) );

// Powered.
$lightning_footer_powered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> &amp; <a href="https://lightning.vektor-inc.co.jp/en" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> by Vektor,Inc. technology.</p>', 'lightning' );
$lightning_footer_powered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> &amp; <a href="https://wordpress.org/themes/lightning/" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> by Vektor,Inc. technology.</p>', 'lightning' );
echo wp_kses_post( apply_filters( 'lightning_footerPoweredCustom', $lightning_footer_powered ) );

}
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-2023 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
Tested up to: 6.3
Stable tag: 15.14.0
Stable tag: 15.14.1
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 ==

v15.14.1
[ G3 ] change footer copyright

v15.14.0
[ G3 ][ Specification Change ] Change taxonomy name class of the post bottom taxonomy list.

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: 15.14.0
Version: 15.14.1
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 5.6.0
Expand Down

0 comments on commit 3ffa1cb

Please sign in to comment.