VK All in One Expansion Unit - Version 9.10.0.0

Version Description

[ Specification change ] load ExUnit css on footer from header

Download this release

Release Info

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

Code changes from version 9.9.0.0 to 9.10.0.0

Files changed (2) hide show
  1. initialize.php +1 -1
  2. readme.txt +4 -2
initialize.php CHANGED
@@ -20,7 +20,7 @@ veu_package_include(); // package_manager.php
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();
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();
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.1.0
6
  Tested up to: 5.3.0
7
- Stable tag: 9.9.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,8 +93,10 @@ e.g.
93
 
94
  == Changelog ==
95
 
96
- = 9.9.0.0 =
 
97
 
 
98
  [ Specification change ] load block css awesome on footer from header
99
  [ Specification change ] load font awesome on footer from header
100
 
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.10.0.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.0.0 =
97
+ [ Specification change ] load ExUnit css on footer from header
98
 
99
+ = 9.9.0.0 =
100
  [ Specification change ] load block css awesome on footer from header
101
  [ Specification change ] load font awesome on footer from header
102