Version Description
[ bug fix ] css customize error fix
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.11.1.0 |
Comparing to | |
See all releases |
Code changes from version 9.11.0.0 to 9.11.1.0
- inc/css-customize/css-customize.php +1 -1
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/css-customize/css-customize.php
CHANGED
@@ -153,7 +153,7 @@ class veu_css_customize {
|
|
153 |
return $css_customize;
|
154 |
}
|
155 |
|
156 |
-
public function css_customize_push_css() {
|
157 |
$css_customize = veu_css_customize::css_customize_get_the_css_min();
|
158 |
if ( $css_customize ) {
|
159 |
?>
|
153 |
return $css_customize;
|
154 |
}
|
155 |
|
156 |
+
public static function css_customize_push_css() {
|
157 |
$css_customize = veu_css_customize::css_customize_get_the_css_min();
|
158 |
if ( $css_customize ) {
|
159 |
?>
|
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.0.0
|
6 |
Tested up to: 5.3.2
|
7 |
-
Stable tag: 9.11.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,6 +93,9 @@ e.g.
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 9.11.0.0 =
|
97 |
[ Add function ] Speeding setting ( load point controll of css file and css customize )
|
98 |
[ Specification change ][ vk blocks ] YouTube display width : 100%
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.0.0
|
6 |
Tested up to: 5.3.2
|
7 |
+
Stable tag: 9.11.1.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 9.11.1.0 =
|
97 |
+
[ bug fix ] css customize error fix
|
98 |
+
|
99 |
= 9.11.0.0 =
|
100 |
[ Add function ] Speeding setting ( load point controll of css file and css customize )
|
101 |
[ Specification change ][ vk blocks ] YouTube display width : 100%
|
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.11.
|
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.11.1.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|