VK All in One Expansion Unit - Version 9.18.0.1

Version Description

Download this release

Release Info

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

Code changes from version 9.18.0.0 to 9.18.0.1

inc/child-page-index/child-page-index.php CHANGED
@@ -54,7 +54,8 @@ function veu_childPageIndex_block_callback( $attributes=array() ) {
54
  add_shortcode( 'vkExUnit_childs', 'vkExUnit_childPageIndex_shortcode' );
55
  function vkExUnit_childPageIndex_shortcode( $parentId=null, $classes='' ) {
56
 
57
- if ( $parentId === null ) {
 
58
  global $is_pagewidget;
59
 
60
  if ( $is_pagewidget ) {
54
  add_shortcode( 'vkExUnit_childs', 'vkExUnit_childPageIndex_shortcode' );
55
  function vkExUnit_childPageIndex_shortcode( $parentId=null, $classes='' ) {
56
 
57
+ // null じゃなくstring(0) "" が来る事がある
58
+ if ( $parentId === null || $parentId == '' ) {
59
  global $is_pagewidget;
60
 
61
  if ( $is_pagewidget ) {
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.18.0.0
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.18.0.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages