VK All in One Expansion Unit - Version 3.6.2

Version Description

  • [ bug fix ] Child Page Index query
Download this release

Release Info

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

Code changes from version 3.6.1 to 3.6.2

Files changed (3) hide show
  1. plugins/child_page_index.php +1 -0
  2. readme.txt +4 -1
  3. vkExUnit.php +1 -1
plugins/child_page_index.php CHANGED
@@ -42,6 +42,7 @@ function vkExUnit_childPageIndex_shortcode(){
42
  $childPageList_html .= '</div></a>'.PHP_EOL;
43
 
44
  endwhile;
 
45
  $childPageList_html .= PHP_EOL.'</div><!-- [ /.childPage_list ] -->'.PHP_EOL;
46
 
47
  return $childPageList_html;
42
  $childPageList_html .= '</div></a>'.PHP_EOL;
43
 
44
  endwhile;
45
+ wp_reset_postdata();
46
  $childPageList_html .= PHP_EOL.'</div><!-- [ /.childPage_list ] -->'.PHP_EOL;
47
 
48
  return $childPageList_html;
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: 3.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -70,6 +70,9 @@ e.g.
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 3.6.0 =
74
  * [ Specification change ] Change home page title "site name → site name | side description"
75
 
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: 3.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
70
 
71
  == Changelog ==
72
 
73
+ = 3.6.2 =
74
+ * [ bug fix ] Child Page Index query
75
+
76
  = 3.6.0 =
77
  * [ Specification change ] Change home page title "site name → site name | side description"
78
 
vkExUnit.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: VK All in One Expansion Unit
4
  Plugin URI: http://ex-unit.vektor-inc.co.jp
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: 3.6.1
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: http://ex-unit.vektor-inc.co.jp
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: 3.6.2
7
  Author: Vektor,Inc.
8
  Author URI: http://vektor-inc.co.jp
9
  License: GPL2