VK All in One Expansion Unit - Version 9.15.3.0

Version Description

[ BugFix ][ no index no follow ] don't work...

Download this release

Release Info

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

Code changes from version 9.15.2.1 to 9.15.3.0

admin/admin-main-setting-page.php CHANGED
@@ -23,7 +23,7 @@ function veu_add_main_setting() {
23
  if ( ! $custom_page ) {
24
  return; }
25
  }
26
- add_action( 'admin_menu', 'veu_add_main_setting' );
27
 
28
 
29
  /*
23
  if ( ! $custom_page ) {
24
  return; }
25
  }
26
+ add_action( 'admin_menu', 'veu_add_main_setting', 15 );
27
 
28
 
29
  /*
admin/admin.php CHANGED
@@ -22,18 +22,13 @@ require dirname( __FILE__ ) . '/customizer.php';
22
  // 統合親メタボックスの読み込み
23
  require dirname( __FILE__ ) . '/admin-post-metabox.php';
24
 
25
- // 親メニューが出力される前に フックを通さずに直接読み込むとページが表示されなくなる
26
- add_action( 'plugin_loaded', 'veu_load_main_setting_page' );
27
- add_action( 'network_plugin_loaded', 'veu_load_main_setting_page' );
28
- function veu_load_main_setting_page() {
29
- require_once dirname( __FILE__ ) . '/admin-main-setting-page.php';
30
- require_once dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
31
- }
32
 
33
  /*
34
  Add Parent menu
35
  /*-------------------------------------------*/
36
- add_action( 'admin_menu', 'veu_setting_menu_parent' );
37
  function veu_setting_menu_parent() {
38
  global $menu;
39
 
22
  // 統合親メタボックスの読み込み
23
  require dirname( __FILE__ ) . '/admin-post-metabox.php';
24
 
25
+ require_once dirname( __FILE__ ) . '/admin-main-setting-page.php';
26
+ require_once dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
 
 
 
 
 
27
 
28
  /*
29
  Add Parent menu
30
  /*-------------------------------------------*/
31
+ add_action( 'admin_menu', 'veu_setting_menu_parent', 10 );
32
  function veu_setting_menu_parent() {
33
  global $menu;
34
 
inc/noindex/noindex.php CHANGED
@@ -28,7 +28,7 @@ function veu_noindex_print_head() {
28
  if ( is_singular() ) {
29
  $vk_print_noindex = get_post_meta( $post->ID, '_vk_print_noindex', true );
30
  if ( $vk_print_noindex ) {
31
- echo '<meta name=”robots content=”noindex,follow />';
32
  }
33
  }
34
  }
28
  if ( is_singular() ) {
29
  $vk_print_noindex = get_post_meta( $post->ID, '_vk_print_noindex', true );
30
  if ( $vk_print_noindex ) {
31
+ echo '<meta name="robots" content="noindex,follow" />';
32
  }
33
  }
34
  }
inc/sns/widget-twitter.php CHANGED
@@ -42,7 +42,7 @@ class VK_Twitter_Widget extends WP_Widget {
42
  $height = 400;
43
  }
44
  ?>
45
- <a class="twitter-timeline" href="<?php echo esc_url( $account ); ?>" data-height="<?php echo $height; ?>" data-theme="<?php echo wp_kses_post( $instance['bg_color'] ); ?>" data-link-color="<?php echo sanitize_hex_color( $instance['link_color'] ); ?>" data-chrome=”noheader nofooter”>
46
  </a>
47
  <?php
48
  echo '</div>'; // .vk-twitter-plugin
42
  $height = 400;
43
  }
44
  ?>
45
+ <a class="twitter-timeline" href="<?php echo esc_url( $account ); ?>" data-height="<?php echo $height; ?>" data-theme="<?php echo wp_kses_post( $instance['bg_color'] ); ?>" data-link-color="<?php echo sanitize_hex_color( $instance['link_color'] ); ?>" data-chrome="noheader nofooter">
46
  </a>
47
  <?php
48
  echo '</div>'; // .vk-twitter-plugin
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: 5.0.0
6
  Tested up to: 5.3.2
7
- Stable tag: 9.15.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,9 @@ e.g.
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 9.15.2.0 =
97
  [ BugFix ] MuitiSite Bug fix
98
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.0.0
6
  Tested up to: 5.3.2
7
+ Stable tag: 9.15.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
 
94
  == Changelog ==
95
 
96
+ = 9.15.3.0 =
97
+ [ BugFix ][ no index no follow ] don't work...
98
+
99
  = 9.15.2.0 =
100
  [ BugFix ] MuitiSite Bug fix
101
 
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.15.2.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages
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.15.3.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages