VK All in One Expansion Unit - Version 9.7.1.0

Version Description

[ Bugfix ][ content widget ] Cope with title style from block.

Download this release

Release Info

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

Code changes from version 9.7.0.1 to 9.7.1.0

admin/admin.php CHANGED
@@ -23,10 +23,12 @@ require dirname( __FILE__ ) . '/customizer.php';
23
  require dirname( __FILE__ ) . '/admin-post-metabox.php';
24
 
25
  // 親メニューが出力される前に フックを通さずに直接読み込むとページが表示されなくなる
26
- add_action( 'plugin_loaded', 'veu_load_main_setting_page' );
27
  function veu_load_main_setting_page() {
28
- require_once dirname( __FILE__ ) . '/admin-main-setting-page.php';
29
- require_once dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
 
 
30
  }
31
 
32
  /*
23
  require dirname( __FILE__ ) . '/admin-post-metabox.php';
24
 
25
  // 親メニューが出力される前に フックを通さずに直接読み込むとページが表示されなくなる
26
+ add_action( 'init', 'veu_load_main_setting_page' );
27
  function veu_load_main_setting_page() {
28
+ if(is_admin()){
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
  /*
inc/other-widget/widget-page.php CHANGED
@@ -219,7 +219,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
219
 
220
  $widget_title = $this->widget_title( $instance );
221
 
222
- echo PHP_EOL . '<div id="widget-page-' . $pageid . '" class="widget_pageContent">' . PHP_EOL;
223
  if ( $widget_title['display'] ) {
224
  echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
225
  }
219
 
220
  $widget_title = $this->widget_title( $instance );
221
 
222
+ echo PHP_EOL . '<div id="widget-page-' . $pageid . '" class="widget_pageContent entry-body">' . PHP_EOL;
223
  if ( $widget_title['display'] ) {
224
  echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
225
  }
inc/related_posts/related_posts.php CHANGED
@@ -225,6 +225,7 @@ function veu_add_related_posts_html( $content ) {
225
  }
226
 
227
  wp_reset_postdata();
 
228
 
229
  return $content;
230
  }
225
  }
226
 
227
  wp_reset_postdata();
228
+ wp_reset_query();
229
 
230
  return $content;
231
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,kurudrive,nc30,SaoriMiyazaki,catherine8007,naoki0h
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.1.0
6
- Tested up to: 5.3.0
7
- Stable tag: 9.7.0.1
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.7.0.0 =
97
  [ Add function ][ Block ] Core block style expand
98
 
3
  Donate link:
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.1.0
6
+ Tested up to: 5.3.1
7
+ Stable tag: 9.7.1.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.7.1.0 =
97
+ [ Bugfix ][ content widget ] Cope with title style from block.
98
+
99
  = 9.7.0.0 =
100
  [ Add function ][ Block ] Core block style expand
101
 
veu-package-manager.php CHANGED
@@ -20,7 +20,7 @@ function veu_package_initilate() {
20
  }
21
 
22
 
23
- add_action( 'init', 'veu_package_init' );
24
  function veu_package_init() {
25
  if ( ! current_user_can( 'activate_plugins' ) ) {
26
  return;
20
  }
21
 
22
 
23
+ add_action( 'init', 'veu_package_init', 99 );
24
  function veu_package_init() {
25
  if ( ! current_user_can( 'activate_plugins' ) ) {
26
  return;
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.7.0.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.7.1.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages