Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.6.3 |
Comparing to | |
See all releases |
Code changes from version 9.6.2.0 to 9.6.3
- inc/sitemap-page/sitemap-page.php +2 -2
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/sitemap-page/sitemap-page.php
CHANGED
@@ -177,12 +177,12 @@ function vkExUnit_sitemap( $atts ) {
|
|
177 |
|
178 |
// 管理画面のUIに表示させているものだけに限定
|
179 |
if ( $taxonomy_object->show_in_menu ) {
|
180 |
-
$sitemap_html .= '<h5 class="sitemap-taxonomy-' . esc_attr( $taxonomy_object->name ) . '">' . wp_kses_post( $taxonomy_object->label ) . '</h5>' . PHP_EOL;
|
181 |
|
182 |
/* Term
|
183 |
/*-------------------------------------------*/
|
184 |
|
185 |
-
$sitemap_html .= '<ul class="sitemap-
|
186 |
$args = array(
|
187 |
'taxonomy' => $taxonomy_object->name,
|
188 |
'title_li' => '',
|
177 |
|
178 |
// 管理画面のUIに表示させているものだけに限定
|
179 |
if ( $taxonomy_object->show_in_menu ) {
|
180 |
+
$sitemap_html .= '<h5 class="sitemap-taxonomy-title sitemap-taxonomy-' . esc_attr( $taxonomy_object->name ) . '">' . wp_kses_post( $taxonomy_object->label ) . '</h5>' . PHP_EOL;
|
181 |
|
182 |
/* Term
|
183 |
/*-------------------------------------------*/
|
184 |
|
185 |
+
$sitemap_html .= '<ul class="sitemap-term-list sitemap-taxonomy-' . esc_attr( $taxonomy_object->name ) . ' link-list">' . PHP_EOL;
|
186 |
$args = array(
|
187 |
'taxonomy' => $taxonomy_object->name,
|
188 |
'title_li' => '',
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
Tested up to: 5.2.2
|
7 |
-
Stable tag: 9.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -87,6 +87,9 @@ e.g.
|
|
87 |
|
88 |
== Changelog ==
|
89 |
|
|
|
|
|
|
|
90 |
= 9.6.2.0 =
|
91 |
[ Specification change ][ HTML SiteMap ] Add class name.
|
92 |
[ bug fix ][ HTML SiteMap ] PHP undefined error
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
Tested up to: 5.2.2
|
7 |
+
Stable tag: 9.6.3.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
87 |
|
88 |
== Changelog ==
|
89 |
|
90 |
+
= 9.6.3.0 =
|
91 |
+
[ Specification change ][ HTML SiteMap ] Change class name.
|
92 |
+
|
93 |
= 9.6.2.0 =
|
94 |
[ Specification change ][ HTML SiteMap ] Add class name.
|
95 |
[ bug fix ][ HTML SiteMap ] PHP undefined error
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 9.6.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 9.6.3.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|