Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.64.5.0 |
Comparing to | |
See all releases |
Code changes from version 9.64.4.0 to 9.64.5.0
- inc/call-to-action/package/view-actionbox.php +1 -1
- readme.txt +7 -1
- vkExUnit.php +1 -1
inc/call-to-action/package/view-actionbox.php
CHANGED
@@ -33,7 +33,7 @@ if ( ! $image_position ) {
|
|
33 |
|
34 |
$content = '';
|
35 |
$content .= '<section class="veu_cta" id="veu_cta-' . $id . '">';
|
36 |
-
$content .= '<h1 class="cta_title">' . $
|
37 |
$content .= '<div class="cta_body">';
|
38 |
|
39 |
|
33 |
|
34 |
$content = '';
|
35 |
$content .= '<section class="veu_cta" id="veu_cta-' . $id . '">';
|
36 |
+
$content .= '<h1 class="cta_title">' . $cta_post->post_title . '</h1>';
|
37 |
$content .= '<div class="cta_body">';
|
38 |
|
39 |
|
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.0
|
7 |
-
Stable tag: 9.64.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -79,7 +79,13 @@ e.g.
|
|
79 |
1. Feature can be stopped individually.
|
80 |
2. This is an example of SNS cooperation setting screen.
|
81 |
|
|
|
|
|
82 |
== Changelog ==
|
|
|
|
|
|
|
|
|
83 |
= 9.64.4.0 =
|
84 |
* [Bug fix] [Banner widget] Added due to missing URL input field
|
85 |
|
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.0
|
7 |
+
Stable tag: 9.64.5.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
79 |
1. Feature can be stopped individually.
|
80 |
2. This is an example of SNS cooperation setting screen.
|
81 |
|
82 |
+
|
83 |
+
|
84 |
== Changelog ==
|
85 |
+
|
86 |
+
= 9.64.4.0 =
|
87 |
+
* [Bug fix] [CTA] Fix Old CTA ( by Custom Fieleds ) Title
|
88 |
+
|
89 |
= 9.64.4.0 =
|
90 |
* [Bug fix] [Banner widget] Added due to missing URL input field
|
91 |
|
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.64.
|
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.64.5.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|