Version Description
- [ bug fix ]
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.1.1
- admin_wrapper.php +3 -5
- readme.txt +4 -1
- vkExUnit.php +1 -1
admin_wrapper.php
CHANGED
@@ -23,14 +23,12 @@ function vkExUnit_render_main_config(){
|
|
23 |
<div class="wrap vkExUnit_admin_page">
|
24 |
|
25 |
<div class="adminMain">
|
26 |
-
|
27 |
<?php
|
28 |
wp_nonce_field( 'standing_on_the_shoulder_of_giants', '_nonce_vkExUnit' );
|
29 |
global $vkExUnit_options;
|
30 |
if( is_array($vkExUnit_options) ):?>
|
31 |
|
32 |
-
<form method="post" action="">
|
33 |
-
|
34 |
<div id="adminContent_sub">
|
35 |
|
36 |
<?php echo vkExUnit_get_systemlogo();?>
|
@@ -71,14 +69,14 @@ function vkExUnit_render_main_config(){
|
|
71 |
|
72 |
</div><!-- [ /#adminContent_main ] -->
|
73 |
|
74 |
-
|
75 |
|
76 |
<?php else:
|
77 |
|
78 |
_e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
79 |
|
80 |
endif; ?>
|
81 |
-
|
82 |
</div><!-- [ /.adminMain ] -->
|
83 |
|
84 |
<div class="adminSub">
|
23 |
<div class="wrap vkExUnit_admin_page">
|
24 |
|
25 |
<div class="adminMain">
|
26 |
+
<form method="post" action="">
|
27 |
<?php
|
28 |
wp_nonce_field( 'standing_on_the_shoulder_of_giants', '_nonce_vkExUnit' );
|
29 |
global $vkExUnit_options;
|
30 |
if( is_array($vkExUnit_options) ):?>
|
31 |
|
|
|
|
|
32 |
<div id="adminContent_sub">
|
33 |
|
34 |
<?php echo vkExUnit_get_systemlogo();?>
|
69 |
|
70 |
</div><!-- [ /#adminContent_main ] -->
|
71 |
|
72 |
+
|
73 |
|
74 |
<?php else:
|
75 |
|
76 |
_e('Activated Packages is noting. please activate some package.', 'vkExUnit');
|
77 |
|
78 |
endif; ?>
|
79 |
+
</form>
|
80 |
</div><!-- [ /.adminMain ] -->
|
81 |
|
82 |
<div class="adminSub">
|
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: 4.2
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -70,6 +70,9 @@ e.g.
|
|
70 |
|
71 |
== Changelog ==
|
72 |
|
|
|
|
|
|
|
73 |
= 3.1.0 =
|
74 |
* [ Add functions ] Add new layout in the New posts widget.
|
75 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 3.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
70 |
|
71 |
== Changelog ==
|
72 |
|
73 |
+
= 3.1.1 =
|
74 |
+
* [ bug fix ]
|
75 |
+
|
76 |
= 3.1.0 =
|
77 |
* [ Add functions ] Add new layout in the New posts widget.
|
78 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
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: 3.1.
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|
3 |
Plugin Name: VK All in One Expansion Unit
|
4 |
Plugin URI: https://github.com/kurudrive/VK-All-in-one-Expansion-Unit
|
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: 3.1.1
|
7 |
Author: Vektor,Inc.
|
8 |
Author URI: http://vektor-inc.co.jp
|
9 |
License: GPL2
|