VK All in One Expansion Unit - Version 2.0.1

Version Description

Download this release

Release Info

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

Code changes from version 2.0.0 to 2.0.1

Files changed (2) hide show
  1. readme.txt +1 -1
  2. vkExUnit.php +9 -9
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: 2.0.0
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.2
7
+ Stable tag: 2.0.1
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.0.0
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
@@ -198,11 +198,11 @@ function vkExUnit_admin_enq(){
198
  /* 管理画面_admin_head JavaScriptのデバッグコンソールにhook_suffixの値を出力
199
  /*-------------------------------------------*/
200
 
201
- add_action("admin_head", 'suffix2console');
202
- function suffix2console() {
203
- global $hook_suffix;
204
- if (is_user_logged_in()) {
205
- $str = "<script type=\"text/javascript\">console.log('%s')</script>";
206
- printf($str, $hook_suffix);
207
- }
208
- }
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.0.1
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2
198
  /* 管理画面_admin_head JavaScriptのデバッグコンソールにhook_suffixの値を出力
199
  /*-------------------------------------------*/
200
 
201
+ // add_action("admin_head", 'suffix2console');
202
+ // function suffix2console() {
203
+ // global $hook_suffix;
204
+ // if (is_user_logged_in()) {
205
+ // $str = "<script type=\"text/javascript\">console.log('%s')</script>";
206
+ // printf($str, $hook_suffix);
207
+ // }
208
+ // }