VK All in One Expansion Unit - Version 9.46.1.0

Version Description

[ Bug fix ] fix term color can't edit.

Download this release

Release Info

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

Code changes from version 9.46.0.0 to 9.46.1.0

inc/post-type-manager/package/class.post-type-manager.php CHANGED
@@ -388,11 +388,11 @@ if ( ! class_exists( 'Vk_post_type_manager' ) ) {
388
  実行
389
  /*-------------------------------------------*/
390
  public function __construct() {
391
- add_action( 'init', array( $this, 'add_post_type_post_type_manage' ), 0 );
392
  add_action( 'admin_init', array( $this, 'add_cap_post_type_manage' ) );
393
  add_action( 'save_post', array( $this, 'save_cf_value' ) );
394
  add_action( 'admin_menu', array( $this, 'add_meta_box' ) );
395
- add_action( 'init', array( $this, 'add_post_type' ), 0 );
396
  // add_action( 'save_post', array( $this, 'add_post_notice' ) );
397
  add_action( 'admin_notices', array( $this, 'add_post_notice' ) );
398
  }
388
  実行
389
  /*-------------------------------------------*/
390
  public function __construct() {
391
+ add_action( 'after_setup_theme', array( $this, 'add_post_type_post_type_manage' ), 0 );
392
  add_action( 'admin_init', array( $this, 'add_cap_post_type_manage' ) );
393
  add_action( 'save_post', array( $this, 'save_cf_value' ) );
394
  add_action( 'admin_menu', array( $this, 'add_meta_box' ) );
395
+ add_action( 'after_setup_theme', array( $this, 'add_post_type' ), 0 );
396
  // add_action( 'save_post', array( $this, 'add_post_notice' ) );
397
  add_action( 'admin_notices', array( $this, 'add_post_notice' ) );
398
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vektor-inc,kurudrive,hinaloe,jim912,hideokamoto,nc30,SaoriMiyazaki
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.0.0
6
- Tested up to: 5.5.1
7
- Stable tag: 9.46.0.0
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.46.0.0 =
85
  [ Add function ][ Archive list widget ] can be select list style ( add "select" )
86
 
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.0.0
6
+ Tested up to: 5.5.3
7
+ Stable tag: 9.46.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.46.1.0 =
85
+ [ Bug fix ] fix term color can't edit.
86
+
87
  = 9.46.0.0 =
88
  [ Add function ][ Archive list widget ] can be select list style ( add "select" )
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.46.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.46.1.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages