Version Description
- fixed misspelling and order wp_footer script
Download this release
Release Info
Developer | manafactory |
Plugin | Ginger – EU Cookie Law |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- front/gingerfront.utils.php +2 -2
- ginger-eu-cookie-law.php +1 -1
- readme.txt +4 -1
front/gingerfront.utils.php
CHANGED
@@ -19,7 +19,7 @@ function ginger_style_script() {
|
|
19 |
wp_register_style( 'ginger-style', plugin_dir_url( __FILE__ ) . 'css/cookies-enabler.css' );
|
20 |
wp_enqueue_style( 'ginger-style' );
|
21 |
endif;
|
22 |
-
wp_enqueue_script('
|
23 |
}
|
24 |
|
25 |
//Aggioungo i custom style
|
@@ -64,7 +64,7 @@ function ginger_custom_style(){
|
|
64 |
* wp_footer()
|
65 |
*/
|
66 |
|
67 |
-
add_action('wp_footer', 'ginger_script');
|
68 |
function ginger_script(){ ?>
|
69 |
<?php
|
70 |
//Recupero le informazioni necessarie per stampare il banner
|
19 |
wp_register_style( 'ginger-style', plugin_dir_url( __FILE__ ) . 'css/cookies-enabler.css' );
|
20 |
wp_enqueue_style( 'ginger-style' );
|
21 |
endif;
|
22 |
+
wp_enqueue_script('ginger-cookies-enabler', plugin_dir_url( __FILE__ ) . "js/cookies-enabler.min.js" );
|
23 |
}
|
24 |
|
25 |
//Aggioungo i custom style
|
64 |
* wp_footer()
|
65 |
*/
|
66 |
|
67 |
+
add_action('wp_footer', 'ginger_script', 100);
|
68 |
function ginger_script(){ ?>
|
69 |
<?php
|
70 |
//Recupero le informazioni necessarie per stampare il banner
|
ginger-eu-cookie-law.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ginger - EU Cookie Law
|
4 |
Plugin URI: http://www.ginger-cookielaw.com/
|
5 |
Description: Make your website compliant with EU Cookie Policy! For more features get <a href="http://www.ginger-cookielaw.com/download/">Ginger Plus - Tools Installer</a>
|
6 |
-
Version: 3.1.
|
7 |
Author: Manafactory
|
8 |
Author URI: http://manafactory.it/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Ginger - EU Cookie Law
|
4 |
Plugin URI: http://www.ginger-cookielaw.com/
|
5 |
Description: Make your website compliant with EU Cookie Policy! For more features get <a href="http://www.ginger-cookielaw.com/download/">Ginger Plus - Tools Installer</a>
|
6 |
+
Version: 3.1.3
|
7 |
Author: Manafactory
|
8 |
Author URI: http://manafactory.it/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ginger-cookielaw.com/
|
|
4 |
Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,6 +93,9 @@ Yes, actually you we have 2 addons for multilanguages: wpml and polylang. Ask to
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 3.1.2 =
|
97 |
* js & notice fix
|
98 |
|
4 |
Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 3.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 3.1.3 =
|
97 |
+
* fixed misspelling and order wp_footer script
|
98 |
+
|
99 |
= 3.1.2 =
|
100 |
* js & notice fix
|
101 |
|