Version Description
[ Bug fix ] fix active settingscreen error.
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.48.1.0 |
Comparing to | |
See all releases |
Code changes from version 9.48.0.0 to 9.48.1.0
- inc/other-widget/widget-archives.php +4 -4
- readme.txt +4 -1
- vkExUnit.php +1 -1
inc/other-widget/widget-archives.php
CHANGED
@@ -10,16 +10,16 @@ class WP_Widget_VK_archive_list extends WP_Widget {
|
|
10 |
public function __construct() {
|
11 |
parent::__construct(
|
12 |
'WP_Widget_VK_archive_list',
|
13 |
-
self::
|
14 |
-
array( 'description' => self::
|
15 |
);
|
16 |
}
|
17 |
|
18 |
-
public static function
|
19 |
return veu_get_prefix() . __( 'archive list', 'vk-all-in-one-expansion-unit' );
|
20 |
}
|
21 |
|
22 |
-
public static function
|
23 |
return __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vk-all-in-one-expansion-unit' );
|
24 |
}
|
25 |
|
10 |
public function __construct() {
|
11 |
parent::__construct(
|
12 |
'WP_Widget_VK_archive_list',
|
13 |
+
self::veu_widget_name(),
|
14 |
+
array( 'description' => self::veu_widget_description() )
|
15 |
);
|
16 |
}
|
17 |
|
18 |
+
public static function veu_widget_name() {
|
19 |
return veu_get_prefix() . __( 'archive list', 'vk-all-in-one-expansion-unit' );
|
20 |
}
|
21 |
|
22 |
+
public static function veu_widget_description() {
|
23 |
return __( 'Displays a list of archives. You can choose the post type and also to display archives by month or by year.', 'vk-all-in-one-expansion-unit' );
|
24 |
}
|
25 |
|
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.5.3
|
7 |
-
Stable tag: 9.48.
|
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.48.0.0 =
|
85 |
[ Specification Change ][ Archive widget ] default setting tuning and add no select option.
|
86 |
|
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.5.3
|
7 |
+
Stable tag: 9.48.1.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.48.1.0 =
|
85 |
+
[ Bug fix ] fix active settingscreen error.
|
86 |
+
|
87 |
= 9.48.0.0 =
|
88 |
[ Specification Change ][ Archive widget ] default setting tuning and add no select option.
|
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.48.
|
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.48.1.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|