VK All in One Expansion Unit - Version 9.29.2.0

Version Description

[ Bug fix ] Add CTA Alt

Download this release

Release Info

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

Code changes from version 9.29.1.0 to 9.29.2.0

inc/call-to-action/package/view-actionbox.php CHANGED
@@ -46,10 +46,9 @@ if ( $target_blank != 'window_self' ) {
46
  $target = '';
47
  }
48
  if ( $imgid ) {
49
- $cta_image = wp_get_attachment_image_src( $imgid, 'large' );
50
  $content .= '<div class="cta_body_image cta_body_image_' . $image_position . '">';
51
  $content .= ( $url ) ? '<a href="' . $url . '"' . $target . '>' : '';
52
- $content .= '<img src="' . $cta_image[0] . '" />';
53
  $content .= ( $url ) ? '</a>' : '';
54
  $content .= '</div>';
55
  }
46
  $target = '';
47
  }
48
  if ( $imgid ) {
 
49
  $content .= '<div class="cta_body_image cta_body_image_' . $image_position . '">';
50
  $content .= ( $url ) ? '<a href="' . $url . '"' . $target . '>' : '';
51
+ $content .= wp_get_attachment_image( $imgid, 'large' );
52
  $content .= ( $url ) ? '</a>' : '';
53
  $content .= '</div>';
54
  }
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: 5.0.0
6
  Tested up to: 5.4.2
7
- Stable tag: 9.29.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -99,6 +99,9 @@ e.g.
99
 
100
  == Changelog ==
101
 
 
 
 
102
  = 9.29.1.0 =
103
  [ Bug fix ] VK Blocks update to 0.38.5 / Delete button class in src/blocks/button/ / Cope with key color at btn-outline-primary.
104
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.0.0
6
  Tested up to: 5.4.2
7
+ Stable tag: 9.29.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
99
 
100
  == Changelog ==
101
 
102
+ = 9.29.2.0 =
103
+ [ Bug fix ] Add CTA Alt
104
+
105
  = 9.29.1.0 =
106
  [ Bug fix ] VK Blocks update to 0.38.5 / Delete button class in src/blocks/button/ / Cope with key color at btn-outline-primary.
107
 
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.29.1.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.29.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages