VK All in One Expansion Unit - Version 9.66.2.0

Version Description

  • [ Bug fix ][ SNS ] Fix share button error
Download this release

Release Info

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

Code changes from version 9.66.1.1 to 9.66.2.0

Files changed (3) hide show
  1. inc/sns/function-sns-btns.php +2 -2
  2. readme.txt +4 -1
  3. vkExUnit.php +1 -1
inc/sns/function-sns-btns.php CHANGED
@@ -183,7 +183,7 @@ function veu_get_sns_btns( $attr = array() ) {
183
  $icon_css = veu_sns_icon_css( $options );
184
 
185
  $link_url = rawurlencode( get_permalink() );
186
- $page_title = veu_get_the_sns_title();
187
 
188
  $classes = '';
189
  if ( function_exists( 'vk_add_hidden_class' ) ) {
@@ -252,7 +252,7 @@ function veu_get_sns_btns( $attr = array() ) {
252
  // copy.
253
  if ( ! empty( $options['useCopy'] ) ) {
254
  $social_btns .= '<li class="sb_copy sb_icon">';
255
- $social_btns .= '<button class="copy-button sb_icon_inner"' . $outer_css . 'data-clipboard-text="' . $page_title . ' ' . urldecode( $link_url ) . '">';
256
  $social_btns .= '<span class="vk_icon_w_r_sns_copy icon_sns"' . $icon_css . '><i class="fas fa-copy"></i></span>';
257
  $social_btns .= '<span class="sns_txt"' . $icon_css . '>Copy</span>';
258
  $social_btns .= '</button>';
183
  $icon_css = veu_sns_icon_css( $options );
184
 
185
  $link_url = rawurlencode( get_permalink() );
186
+ $page_title = rawurlencode( veu_get_the_sns_title() );
187
 
188
  $classes = '';
189
  if ( function_exists( 'vk_add_hidden_class' ) ) {
252
  // copy.
253
  if ( ! empty( $options['useCopy'] ) ) {
254
  $social_btns .= '<li class="sb_copy sb_icon">';
255
+ $social_btns .= '<button class="copy-button sb_icon_inner"' . $outer_css . 'data-clipboard-text="' . urldecode( $page_title ) . ' ' . urldecode( $link_url ) . '">';
256
  $social_btns .= '<span class="vk_icon_w_r_sns_copy icon_sns"' . $icon_css . '><i class="fas fa-copy"></i></span>';
257
  $social_btns .= '<span class="sns_txt"' . $icon_css . '>Copy</span>';
258
  $social_btns .= '</button>';
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.3.0
6
  Tested up to: 5.8.1
7
- Stable tag: 9.66.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -81,6 +81,9 @@ e.g.
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 9.66.1.0 =
85
  * [ Bug fix ][ 3PR Widget ] Fix layout
86
  * [ Specification Change ][ Post type Manager ] automatic permalink update
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.3.0
6
  Tested up to: 5.8.1
7
+ Stable tag: 9.66.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
81
 
82
  == Changelog ==
83
 
84
+ = 9.66.2.0 =
85
+ * [ Bug fix ][ SNS ] Fix share button error
86
+
87
  = 9.66.1.0 =
88
  * [ Bug fix ][ 3PR Widget ] Fix layout
89
  * [ Specification Change ][ Post type Manager ] automatic permalink update
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.66.1.1
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.66.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages