VK All in One Expansion Unit - Version 0.1.1.1

Version Description

  • Setting page url bug fix
Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 0.1.1.1
Comparing to
See all releases

Code changes from version 0.1.1.0 to 0.1.1.1

Files changed (3) hide show
  1. readme.txt +4 -1
  2. vkExUnit.php +1 -1
  3. vkExUnit_admin.php +2 -2
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.2
7
- Stable tag: 0.1.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -45,6 +45,9 @@ e.g.
45
 
46
  == Changelog ==
47
 
 
 
 
48
  = 0.1.1.0 =
49
  * Hellow world
50
 
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.2
7
+ Stable tag: 0.1.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
45
 
46
  == Changelog ==
47
 
48
+ = 0.1.1.1 =
49
+ * Setting page url bug fix
50
+
51
  = 0.1.1.0 =
52
  * Hellow world
53
 
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. 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: 0.1.1.0
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. 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: 0.1.1.1
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
vkExUnit_admin.php CHANGED
@@ -83,7 +83,7 @@
83
  <?php if (isset($options['active_sns']) && $options['active_sns']) : ?>
84
 
85
  <span class="0">
86
- <a href="<?php echo admin_url().'admin.php?page=vkExUnit_sns_options_page';?>">
87
  <?php _e('Setting','vkExUnit');?>
88
  </a></span>
89
 
@@ -117,7 +117,7 @@
117
  <?php if (isset($options['active_ga']) && $options['active_ga']) : ?>
118
 
119
  <span class="0">
120
- <a href="<?php echo admin_url().'admin.php?page=vkExUnit_ga_options_page';?>">
121
  <?php _e('Setting','vkExUnit');?>
122
  </a></span>
123
 
83
  <?php if (isset($options['active_sns']) && $options['active_sns']) : ?>
84
 
85
  <span class="0">
86
+ <a href="<?php echo admin_url().'admin.php?page=vkExUnit_main_setting';?>">
87
  <?php _e('Setting','vkExUnit');?>
88
  </a></span>
89
 
117
  <?php if (isset($options['active_ga']) && $options['active_ga']) : ?>
118
 
119
  <span class="0">
120
+ <a href="<?php echo admin_url().'admin.php?page=vkExUnit_main_setting';?>">
121
  <?php _e('Setting','vkExUnit');?>
122
  </a></span>
123