VK All in One Expansion Unit - Version 5.4.5

Version Description

  • [ 3PR Widget ][ add filter ] read more text
Download this release

Release Info

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

Code changes from version 5.4.4 to 5.4.5

plugins/other_widget/widget-3pr-area.php CHANGED
@@ -149,13 +149,13 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
149
  }
150
  echo '</h1>';
151
 
 
 
152
  if ( isset( $instance['media_3pr_image_'.$i], $instance['media_3pr_image_sp_'.$i] ) && $instance['media_3pr_image_'.$i]) {
153
 
154
  // media_pr は現在不使用 近日削除
155
  echo '<div class="media_pr veu_3prArea_image">';
156
 
157
- $blank = ( isset( $instance['blank_'.$i] ) && $instance['blank_'.$i] ) ? ' target="_blank" ':'';
158
-
159
  if ( ! empty( $instance['linkurl_'.$i] ) ) {
160
  echo '<a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="veu_3prArea_image_link"'.$blank.'>';
161
  }
@@ -182,7 +182,7 @@ class WP_Widget_vkExUnit_3PR_area extends WP_Widget {
182
 
183
  }
184
  if ( ! empty( $instance['linkurl_'.$i] ) ) {
185
- echo '<p class="linkurl"><a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="btn btn-default btn-sm"'.$blank.'>'.__( 'Read more', 'vkExUnit' ).'</a></p>';
186
  }
187
 
188
  echo '</div>';
149
  }
150
  echo '</h1>';
151
 
152
+ $blank = ( isset( $instance['blank_'.$i] ) && $instance['blank_'.$i] ) ? ' target="_blank" ':'';
153
+
154
  if ( isset( $instance['media_3pr_image_'.$i], $instance['media_3pr_image_sp_'.$i] ) && $instance['media_3pr_image_'.$i]) {
155
 
156
  // media_pr は現在不使用 近日削除
157
  echo '<div class="media_pr veu_3prArea_image">';
158
 
 
 
159
  if ( ! empty( $instance['linkurl_'.$i] ) ) {
160
  echo '<a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="veu_3prArea_image_link"'.$blank.'>';
161
  }
182
 
183
  }
184
  if ( ! empty( $instance['linkurl_'.$i] ) ) {
185
+ echo '<p class="linkurl"><a href="'.esc_url( $instance['linkurl_'.$i] ).'" class="btn btn-default btn-sm"'.$blank.'>'.apply_filters( 'vkExUnit_widget_3pr_read_more_txt', __( 'Read more', 'vkExUnit' ) ).'</a></p>';
186
  }
187
 
188
  echo '</div>';
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.8.1
7
- Stable tag: 5.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -74,6 +74,9 @@ e.g.
74
 
75
  == Changelog ==
76
 
 
 
 
77
  = 5.4.0 =
78
  * [ Package Manager ][ Bug fix ] Image height fix
79
  * [ Profile Widget ][ Add Function ] SNS Icon Color Change
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.8.1
7
+ Stable tag: 5.4.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
74
 
75
  == Changelog ==
76
 
77
+ = 5.4.5 =
78
+ * [ 3PR Widget ][ add filter ] read more text
79
+
80
  = 5.4.0 =
81
  * [ Package Manager ][ Bug fix ] Image height fix
82
  * [ Profile Widget ][ Add Function ] SNS Icon Color Change
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.4.4
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.4.5
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages