VK All in One Expansion Unit - Version 9.10.1.0

Version Description

[ Specification change ] load ExUnit css and block css on header from footer

Download this release

Release Info

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

Code changes from version 9.10.0.1 to 9.10.1.0

inc/vk-blocks/package/vk-blocks-functions.php CHANGED
@@ -16,7 +16,7 @@ if ( ! function_exists( 'vkblocks_add_footer_styles' ) ) {
16
  wp_enqueue_style( 'vk-blocks-build-css' );
17
  };
18
  }
19
- add_action( 'wp_footer', 'vkblocks_add_footer_styles' );
20
 
21
  function vkblocks_blocks_assets() {
22
 
16
  wp_enqueue_style( 'vk-blocks-build-css' );
17
  };
18
  }
19
+ add_action( 'wp_enqueue_scripts', 'vkblocks_add_footer_styles' );
20
 
21
  function vkblocks_blocks_assets() {
22
 
initialize.php CHANGED
@@ -20,7 +20,7 @@ veu_package_include(); // package_manager.php
20
  /*
21
  Add vkExUnit css
22
  /*-------------------------------------------*/
23
- add_action( 'wp_footer', 'veu_print_css' );
24
  function veu_print_css() {
25
  global $vkExUnit_version;
26
  $options = veu_get_common_options();
@@ -49,7 +49,7 @@ function veu_print_js() {
49
  }
50
 
51
  if ( function_exists( 'register_activation_hook' ) ) {
52
- register_activation_hook( dirname(__FILE__). '/vkExUnit.php', 'veu_install_function' );
53
  }
54
  function veu_install_function() {
55
  $opt = get_option( 'vkExUnit_common_options' );
20
  /*
21
  Add vkExUnit css
22
  /*-------------------------------------------*/
23
+ add_action( 'wp_enqueue_scripts', 'veu_print_css' );
24
  function veu_print_css() {
25
  global $vkExUnit_version;
26
  $options = veu_get_common_options();
49
  }
50
 
51
  if ( function_exists( 'register_activation_hook' ) ) {
52
+ register_activation_hook( dirname( __FILE__ ) . '/vkExUnit.php', 'veu_install_function' );
53
  }
54
  function veu_install_function() {
55
  $opt = get_option( 'vkExUnit_common_options' );
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.3.2
7
- Stable tag: 9.10.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,9 @@ e.g.
93
 
94
  == Changelog ==
95
 
 
 
 
96
  = 9.10.0.0 =
97
  [ Specification change ] load ExUnit css on footer from header
98
 
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.3.2
7
+ Stable tag: 9.10.1.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.10.1.0 =
97
+ [ Specification change ] load ExUnit css and block css on header from footer
98
+
99
  = 9.10.0.0 =
100
  [ Specification change ] load ExUnit css on footer from header
101
 
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.10.0.1
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.10.1.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages