VK All in One Expansion Unit - Version 6.7.1

Version Description

  • [ Main Setting Page ][ Bug fix ] Media Upload bug fix
Download this release

Release Info

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

Code changes from version 6.7.0 to 6.7.1

plugins_admin/vk-admin/class-vk-admin.php CHANGED
@@ -21,6 +21,8 @@ if ( ! class_exists( 'Vk_Admin' ) ) {
21
 
22
  static function init() {
23
  add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_common_css' ) );
 
 
24
  add_action( 'customize_register', array( __CLASS__, 'admin_common_css' ) );
25
  add_action( 'wp_dashboard_setup', array( __CLASS__, 'dashboard_widget' ), 1 );
26
  }
21
 
22
  static function init() {
23
  add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_common_css' ) );
24
+ // メイン設定画面などで画像アップロードに必要
25
+ add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_enqueue_scripts' ) );
26
  add_action( 'customize_register', array( __CLASS__, 'admin_common_css' ) );
27
  add_action( 'wp_dashboard_setup', array( __CLASS__, 'dashboard_widget' ), 1 );
28
  }
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: 4.9.8
7
- Stable tag: 6.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -73,6 +73,9 @@ e.g.
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 6.6.6 =
77
  * [ Button Widget ][ Add Function ] Reflect the widget label
78
  * [ Banner Widget ][ Add Function ] Reflect the widget label
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: 4.9.8
7
+ Stable tag: 6.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
73
 
74
  == Changelog ==
75
 
76
+ = 6.7.1 =
77
+ * [ Main Setting Page ][ Bug fix ] Media Upload bug fix
78
+
79
  = 6.6.6 =
80
  * [ Button Widget ][ Add Function ] Reflect the widget label
81
  * [ Banner Widget ][ Add Function ] Reflect the widget label
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: 6.7.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
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: 6.7.1
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages