VK All in One Expansion Unit - Version 5.7.3

Version Description

Download this release

Release Info

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

Code changes from version 5.7.2 to 5.7.3

Files changed (3) hide show
  1. plugins/child_page_index.php +5 -2
  2. readme.txt +1 -1
  3. vkExUnit.php +1 -1
plugins/child_page_index.php CHANGED
@@ -38,9 +38,12 @@ function vkExUnit_childPageIndex_shortcode() {
38
  foreach( $childrens as $children ):
39
 
40
  // Set Excerpt
41
- $postExcerpt = $children->post_excerpt;
42
  if ( ! $postExcerpt ) {
43
- $postExcerpt = mb_substr( nl2br(esc_textarea( $children->post_content ), 0, 90 ) ); // kill tags and trim 120 chara
 
 
 
44
  if ( mb_strlen( $postExcerpt ) >= 90 ) { $postExcerpt .= '...'; }
45
  }
46
 
38
  foreach( $childrens as $children ):
39
 
40
  // Set Excerpt
41
+ $postExcerpt = nl2br( esc_textarea( strip_tags( $children->post_excerpt ) ) );
42
  if ( ! $postExcerpt ) {
43
+ // $postExcerpt = mb_substr( nl2br(esc_textarea( $children->post_content ), 0, 90 ) ); // kill tags and trim 120 chara
44
+ $postExcerpt = esc_textarea( strip_tags($children->post_content ) );
45
+ $postExcerpt = mb_substr( $postExcerpt, 0, 90 ); // kill tags and trim 120 chara
46
+
47
  if ( mb_strlen( $postExcerpt ) >= 90 ) { $postExcerpt .= '...'; }
48
  }
49
 
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.4
6
  Tested up to: 4.8.2
7
- Stable tag: 5.7.2
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.4
6
  Tested up to: 4.8.2
7
+ Stable tag: 5.7.3
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: 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: 5.7.2
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages
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: 5.7.3
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages