Version Description
- [ Other ][ Smooth scroll ] Description adjustment
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.67.1.0 |
Comparing to | |
See all releases |
Code changes from version 9.67.0.0 to 9.67.1.0
- inc/smooth-scroll/smooth-scroll.php +1 -1
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/smooth-scroll/smooth-scroll.php
CHANGED
@@ -68,7 +68,7 @@ function veu_smooth_admin() {
|
|
68 |
<li>
|
69 |
<label><input type="radio" name="vkExUnit_smooth[mode]" value="js" <?php checked( $options['mode'], 'js', true ); ?> /> <?php esc_html_e( 'JavaScript', 'vk-all-in-one-expansion-unit' ); ?> </label></li>
|
70 |
<li>
|
71 |
-
<label><input type="radio" name="vkExUnit_smooth[mode]" value="css" <?php checked( $options['mode'], 'css', true ); ?> /> <?php esc_html_e( 'CSS only ( Loading
|
72 |
</ul>
|
73 |
</td>
|
74 |
</tr>
|
68 |
<li>
|
69 |
<label><input type="radio" name="vkExUnit_smooth[mode]" value="js" <?php checked( $options['mode'], 'js', true ); ?> /> <?php esc_html_e( 'JavaScript', 'vk-all-in-one-expansion-unit' ); ?> </label></li>
|
70 |
<li>
|
71 |
+
<label><input type="radio" name="vkExUnit_smooth[mode]" value="css" <?php checked( $options['mode'], 'css', true ); ?> /> <?php esc_html_e( 'CSS only ( Loading slightly light but do not work on Safari and so on. )', 'vk-all-in-one-expansion-unit' ); ?> </label></li>
|
72 |
</ul>
|
73 |
</td>
|
74 |
</tr>
|
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.0.0 =
|
86 |
* [ Other ] Partial refactoring
|
87 |
* [ Other ][ IE Alert ] Add notice to Edge IE mode
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 9.67.1.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.1.0 =
|
86 |
+
* [ Other ][ Smooth scroll ] Description adjustment
|
87 |
+
|
88 |
= 9.67.0.0 =
|
89 |
* [ Other ] Partial refactoring
|
90 |
* [ Other ][ IE Alert ] Add notice to Edge IE mode
|
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.1.0
|
7 |
* Requires PHP: 5.6
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|