VK All in One Expansion Unit - Version 2.3.6

Version Description

Download this release

Release Info

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

Code changes from version 2.3.5 to 2.3.6

plugins/other_widget/other_widget.php CHANGED
@@ -5,4 +5,5 @@ require vkExUnit_get_directory() . '/plugins/other_widget/widget-3pr-area.php';
5
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-page.php';
6
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-taxonomies.php';
7
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-archives.php';
8
- require vkExUnit_get_directory() . '/plugins/other_widget/widget-pr-blocks.php';
 
5
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-page.php';
6
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-taxonomies.php';
7
  require vkExUnit_get_directory() . '/plugins/other_widget/widget-archives.php';
8
+ require vkExUnit_get_directory() . '/plugins/other_widget/widget-pr-blocks.php';
9
+ // require vkExUnit_get_directory() . '/plugins/other_widget/widget-child-page-list.php';
plugins/other_widget/widget-page.php CHANGED
@@ -62,7 +62,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
62
  global $user_level;
63
  get_currentuserinfo();
64
  if (10 <= $user_level) { ?>
65
- <div class="adminEdit">
66
  <a href="<?php echo site_url(); ?>/wp-admin/post.php?post=<?php echo $pageid ;?>&action=edit" class="btn btn-default btn-sm"><?php _e('Edit', 'vkExUnit');?></a>
67
  </div>
68
  <?php } }
62
  global $user_level;
63
  get_currentuserinfo();
64
  if (10 <= $user_level) { ?>
65
+ <div class="veu_adminEdit">
66
  <a href="<?php echo site_url(); ?>/wp-admin/post.php?post=<?php echo $pageid ;?>&action=edit" class="btn btn-default btn-sm"><?php _e('Edit', 'vkExUnit');?></a>
67
  </div>
68
  <?php } }
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: 2.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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: 2.3.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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: 2.3.5
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: 2.3.6
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2