Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.7.2.0 |
Comparing to | |
See all releases |
Code changes from version 9.7.1.0 to 9.7.2.0
- admin/admin.php +3 -5
- inc/other-widget/widget-page.php +1 -1
- inc/related_posts/related_posts.php +0 -1
- readme.txt +2 -5
- veu-package-manager.php +1 -1
- vkExUnit.php +1 -1
admin/admin.php
CHANGED
@@ -23,12 +23,10 @@ require dirname( __FILE__ ) . '/customizer.php';
|
|
23 |
require dirname( __FILE__ ) . '/admin-post-metabox.php';
|
24 |
|
25 |
// 親メニューが出力される前に フックを通さずに直接読み込むとページが表示されなくなる
|
26 |
-
add_action( '
|
27 |
function veu_load_main_setting_page() {
|
28 |
-
|
29 |
-
|
30 |
-
require_once dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
|
31 |
-
}
|
32 |
}
|
33 |
|
34 |
/*
|
23 |
require dirname( __FILE__ ) . '/admin-post-metabox.php';
|
24 |
|
25 |
// 親メニューが出力される前に フックを通さずに直接読み込むとページが表示されなくなる
|
26 |
+
add_action( 'plugin_loaded', 'veu_load_main_setting_page' );
|
27 |
function veu_load_main_setting_page() {
|
28 |
+
require_once dirname( __FILE__ ) . '/admin-main-setting-page.php';
|
29 |
+
require_once dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
|
|
|
|
|
30 |
}
|
31 |
|
32 |
/*
|
inc/other-widget/widget-page.php
CHANGED
@@ -219,7 +219,7 @@ class WP_Widget_vkExUnit_widget_page extends WP_Widget {
|
|
219 |
|
220 |
$widget_title = $this->widget_title( $instance );
|
221 |
|
222 |
-
echo PHP_EOL . '<div id="widget-page-' . $pageid . '" class="widget_pageContent
|
223 |
if ( $widget_title['display'] ) {
|
224 |
echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
|
225 |
}
|
219 |
|
220 |
$widget_title = $this->widget_title( $instance );
|
221 |
|
222 |
+
echo PHP_EOL . '<div id="widget-page-' . $pageid . '" class="widget_pageContent">' . PHP_EOL;
|
223 |
if ( $widget_title['display'] ) {
|
224 |
echo $args['before_title'] . $widget_title['title'] . $args['after_title'] . PHP_EOL;
|
225 |
}
|
inc/related_posts/related_posts.php
CHANGED
@@ -225,7 +225,6 @@ function veu_add_related_posts_html( $content ) {
|
|
225 |
}
|
226 |
|
227 |
wp_reset_postdata();
|
228 |
-
wp_reset_query();
|
229 |
|
230 |
return $content;
|
231 |
}
|
225 |
}
|
226 |
|
227 |
wp_reset_postdata();
|
|
|
228 |
|
229 |
return $content;
|
230 |
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,kurudrive,nc30,SaoriMiyazaki,catherine8007,naoki0h
|
|
3 |
Donate link:
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
-
Tested up to: 5.3.
|
7 |
-
Stable tag: 9.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,9 +93,6 @@ e.g.
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
-
= 9.7.1.0 =
|
97 |
-
[ Bugfix ][ content widget ] Cope with title style from block.
|
98 |
-
|
99 |
= 9.7.0.0 =
|
100 |
[ Add function ][ Block ] Core block style expand
|
101 |
|
3 |
Donate link:
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
+
Tested up to: 5.3.0
|
7 |
+
Stable tag: 9.7.2.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 9.7.0.0 =
|
97 |
[ Add function ][ Block ] Core block style expand
|
98 |
|
veu-package-manager.php
CHANGED
@@ -20,7 +20,7 @@ function veu_package_initilate() {
|
|
20 |
}
|
21 |
|
22 |
|
23 |
-
add_action( 'init', 'veu_package_init'
|
24 |
function veu_package_init() {
|
25 |
if ( ! current_user_can( 'activate_plugins' ) ) {
|
26 |
return;
|
20 |
}
|
21 |
|
22 |
|
23 |
+
add_action( 'init', 'veu_package_init' );
|
24 |
function veu_package_init() {
|
25 |
if ( ! current_user_can( 'activate_plugins' ) ) {
|
26 |
return;
|
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.7.
|
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.7.2.0
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|