Version Description
[ Specification Change ] Update VK Admin Library.
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.61.5.0 |
Comparing to | |
See all releases |
Code changes from version 9.61.4.0 to 9.61.5.0
- admin/vk-admin/package/class-vk-admin.php +2 -2
- readme.txt +4 -1
- vkExUnit.php +1 -1
admin/vk-admin/package/class-vk-admin.php
CHANGED
@@ -313,7 +313,7 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
|
|
313 |
|
314 |
if ( $maxitems == 0 ) {
|
315 |
$output .= '<li>';
|
316 |
-
$output .= __( 'Sorry, there is no post', '
|
317 |
$output .= '</li>';
|
318 |
} else {
|
319 |
foreach ( $rss_items as $item ) {
|
@@ -367,7 +367,7 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
|
|
367 |
if ( self::is_dashboard_active() ) {
|
368 |
wp_add_dashboard_widget(
|
369 |
'vk_dashboard_widget',
|
370 |
-
__( 'Vektor WordPress Information', '
|
371 |
array( __CLASS__, 'dashboard_widget_body' )
|
372 |
);
|
373 |
}
|
313 |
|
314 |
if ( $maxitems == 0 ) {
|
315 |
$output .= '<li>';
|
316 |
+
$output .= __( 'Sorry, there is no post', 'vk-all-in-one-expansion-unit' );
|
317 |
$output .= '</li>';
|
318 |
} else {
|
319 |
foreach ( $rss_items as $item ) {
|
367 |
if ( self::is_dashboard_active() ) {
|
368 |
wp_add_dashboard_widget(
|
369 |
'vk_dashboard_widget',
|
370 |
+
__( 'Vektor WordPress Information', 'vk-all-in-one-expansion-unit' ),
|
371 |
array( __CLASS__, 'dashboard_widget_body' )
|
372 |
);
|
373 |
}
|
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.7.2
|
7 |
-
Stable tag: 9.61.
|
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.61.4.0 =
|
85 |
[ Specification Change ] Update VK Admin Library.
|
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.7.2
|
7 |
+
Stable tag: 9.61.5.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.61.5.0 =
|
85 |
+
[ Specification Change ] Update VK Admin Library.
|
86 |
+
|
87 |
= 9.61.4.0 =
|
88 |
[ Specification Change ] Update VK Admin Library.
|
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.61.
|
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.61.5.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|