VK All in One Expansion Unit - Version 9.0.1

Version Description

[ bug fix ] Post Author Display Bug fix

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 9.0.1
Comparing to
See all releases

Code changes from version 9.0.0 to 9.0.1

admin/admin-common-init.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  function veu_common_options_init() {
3
  register_setting(
4
  'vkExUnit_common_options_fields', // Immediately following form tag of edit page.
1
  <?php
2
+
3
  function veu_common_options_init() {
4
  register_setting(
5
  'vkExUnit_common_options_fields', // Immediately following form tag of edit page.
admin/admin.php CHANGED
@@ -5,15 +5,11 @@
5
  Print admin js
6
  */
7
 
8
- add_action( 'plugins_loaded', 'veu_admin_loadfile' );
9
- function veu_admin_loadfile() {
10
- require dirname( __FILE__ ) . '/admin-common-init.php';
11
- require dirname( __FILE__ ) . '/admin-main-setting-page.php';
12
- require dirname( __FILE__ ) . '/disable-guide.php';
13
- require dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
14
- require dirname( __FILE__ ) . '/customizer.php';
15
- }
16
-
17
  /*
18
  plugins_loaded の位置だとmetaboxを統合しない設定にしても個別のmetaboxが表示されない
19
  */
5
  Print admin js
6
  */
7
 
8
+ require dirname( __FILE__ ) . '/admin-common-init.php';
9
+ require dirname( __FILE__ ) . '/admin-main-setting-page.php';
10
+ require dirname( __FILE__ ) . '/disable-guide.php';
11
+ require dirname( __FILE__ ) . '/vk-admin/vk-admin-config.php';
12
+ require dirname( __FILE__ ) . '/customizer.php';
 
 
 
 
13
  /*
14
  plugins_loaded の位置だとmetaboxを統合しない設定にしても個別のmetaboxが表示されない
15
  */
admin/vk-admin/package/js/vk_admin.js CHANGED
@@ -30,7 +30,6 @@ jQuery(document).ready(function($){
30
  library: {
31
  type: 'image'
32
  },
33
- // 指定しないとデフォルトで「選択」になる
34
  // button: {
35
  // text: 'Choose Image'
36
  // },
30
  library: {
31
  type: 'image'
32
  },
 
33
  // button: {
34
  // text: 'Choose Image'
35
  // },
inc/font-awesome/package/class-vk-font-awesome-versions.php CHANGED
@@ -1,4 +1,9 @@
1
  <?php
 
 
 
 
 
2
 
3
  if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
4
 
1
  <?php
2
+ /*
3
+ このファイルの元ファイルは
4
+ https://github.com/vektor-inc/vektor-wp-libraries
5
+ にあります。修正の際は上記リポジトリのデータを修正してください。
6
+ */
7
 
8
  if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
9
 
initialize.php CHANGED
@@ -5,21 +5,18 @@
5
  Add vkExUnit js
6
  /*-------------------------------------------*/
7
 
8
- require_once veu_get_directory() . '/admin/admin.php';
9
-
10
  /*
11
  Load modules
12
  /*-------------------------------------------*/
13
- add_action( 'plugins_loaded', 'veu_load_files' );
14
- function veu_load_files() {
15
- require veu_get_directory() . '/veu-package-manager.php';
16
- require veu_get_directory() . '/veu-packages.php';
17
- require veu_get_directory() . '/inc/footer-copyright-change.php';
18
- require_once( veu_get_directory() . '/inc/template-tags/template-tags.php' );
19
- require_once( veu_get_directory() . '/inc/template-tags/template-tags-veu.php' );
20
- require_once( veu_get_directory() . '/inc/template-tags/template-tags-veu-old.php' );
21
- veu_package_include(); // package_manager.php
22
- }
23
 
24
  /*
25
  Add vkExUnit css
5
  Add vkExUnit js
6
  /*-------------------------------------------*/
7
 
 
 
8
  /*
9
  Load modules
10
  /*-------------------------------------------*/
11
+ require_once( veu_get_directory() . '/admin/admin.php' );
12
+ require_once( veu_get_directory() . '/inc/template-tags/template-tags.php' );
13
+ require_once( veu_get_directory() . '/inc/template-tags/template-tags-veu.php' );
14
+ require_once( veu_get_directory() . '/inc/template-tags/template-tags-veu-old.php' );
15
+ require_once( veu_get_directory() . '/veu-package-manager.php' );
16
+ require_once( veu_get_directory() . '/veu-packages.php' );
17
+ require_once( veu_get_directory() . '/inc/footer-copyright-change.php' );
18
+
19
+ veu_package_include(); // package_manager.php
 
20
 
21
  /*
22
  Add vkExUnit css
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: 4.4
6
  Tested up to: 5.2.1
7
- Stable tag: 9.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -87,6 +87,9 @@ e.g.
87
 
88
  == Changelog ==
89
 
 
 
 
90
  = 8.9.4 =
91
  [ Specification change ][ VK Blocks ][ Staff ] font style tuning.
92
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 4.4
6
  Tested up to: 5.2.1
7
+ Stable tag: 9.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
87
 
88
  == Changelog ==
89
 
90
+ = 9.0.1 =
91
+ [ bug fix ] Post Author Display Bug fix
92
+
93
  = 8.9.4 =
94
  [ Specification change ][ VK Blocks ][ Staff ] font style tuning.
95
 
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.0.0
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.0.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages