Version Description
- [ Other ][ term color ] Fix php error
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.67.2.0 |
Comparing to | |
See all releases |
Code changes from version 9.67.1.0 to 9.67.2.0
- inc/term-color/package/class.term-color.php +1 -1
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/term-color/package/class.term-color.php
CHANGED
@@ -39,7 +39,7 @@ if ( ! class_exists( 'Vk_term_color' ) ) {
|
|
39 |
* @return void
|
40 |
*/
|
41 |
public static function term_meta_color() {
|
42 |
-
register_meta( 'term', 'term_color', array(
|
43 |
}
|
44 |
|
45 |
/**
|
39 |
* @return void
|
40 |
*/
|
41 |
public static function term_meta_color() {
|
42 |
+
register_meta( 'term', 'term_color', array( __CLASS__, 'sanitize_hex' ) );
|
43 |
}
|
44 |
|
45 |
/**
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Fa
|
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 9.67.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -82,6 +82,9 @@ e.g.
|
|
82 |
|
83 |
== Changelog ==
|
84 |
|
|
|
|
|
|
|
85 |
= 9.67.1.0 =
|
86 |
* [ Other ][ Smooth scroll ] Description adjustment
|
87 |
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 9.67.2.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
82 |
|
83 |
== Changelog ==
|
84 |
|
85 |
+
= 9.67.2.0 =
|
86 |
+
* [ Other ][ term color ] Fix php error
|
87 |
+
|
88 |
= 9.67.1.0 =
|
89 |
* [ Other ][ Smooth scroll ] Description adjustment
|
90 |
|
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.67.
|
7 |
* Requires PHP: 5.6
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|
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.67.2.0
|
7 |
* Requires PHP: 5.6
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|