Version Description
[ bug fix ][ cta ] enable render_block in cta
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.49.7.0 |
Comparing to | |
See all releases |
Code changes from version 9.49.6.0 to 9.49.7.0
- inc/call-to-action/package/class-vk-call-to-action.php +1 -1
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/call-to-action/package/class-vk-call-to-action.php
CHANGED
@@ -423,7 +423,7 @@ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
|
|
423 |
$content .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit CTA', $vk_call_to_action_textdomain ) . '</a></div>';
|
424 |
}
|
425 |
// wp_kses_post でエスケープすると outerブロックが出力するstyle属性を無効化される
|
426 |
-
return do_shortcode( $content );
|
427 |
}
|
428 |
|
429 |
public static function cta_id_random() {
|
423 |
$content .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit CTA', $vk_call_to_action_textdomain ) . '</a></div>';
|
424 |
}
|
425 |
// wp_kses_post でエスケープすると outerブロックが出力するstyle属性を無効化される
|
426 |
+
return do_blocks(do_shortcode( $content ));
|
427 |
}
|
428 |
|
429 |
public static function cta_id_random() {
|
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.6.0
|
7 |
-
Stable tag: 9.49.
|
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.49.6.0 =
|
85 |
[ bug fix ][ sns ] fix unnecessary link error
|
86 |
|
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.6.0
|
7 |
+
Stable tag: 9.49.7.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.49.7.0 =
|
85 |
+
[ bug fix ][ cta ] enable render_block in cta
|
86 |
+
|
87 |
= 9.49.6.0 =
|
88 |
[ bug fix ][ sns ] fix unnecessary link error
|
89 |
|
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.49.
|
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.49.7.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|