Version Description
- Bugfix
Download this release
Release Info
Developer | matteobarale |
Plugin | Ginger – EU Cookie Law |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- front/gingerfront.utils.php +1 -1
- ginger-eu-cookie-law.php +1 -1
- readme.txt +5 -2
front/gingerfront.utils.php
CHANGED
@@ -300,7 +300,7 @@ function ginger_parse_dom($output){
|
|
300 |
endif;
|
301 |
endforeach;
|
302 |
// get the HTML string back
|
303 |
-
$output = $doc->saveHTML(
|
304 |
libxml_use_internal_errors(false);
|
305 |
return $output;
|
306 |
}
|
300 |
endif;
|
301 |
endforeach;
|
302 |
// get the HTML string back
|
303 |
+
$output = $doc->saveHTML();
|
304 |
libxml_use_internal_errors(false);
|
305 |
return $output;
|
306 |
}
|
ginger-eu-cookie-law.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ginger - EU Cookie Law
|
4 |
Plugin URI: http://manafactory.it/
|
5 |
Description: Make your website compliant with EU Cookie Policy.
|
6 |
-
Version: 1.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://manafactory.it/
|
5 |
Description: Make your website compliant with EU Cookie Policy.
|
6 |
+
Version: 1.1.2
|
7 |
Author: Manafactory
|
8 |
Author URI: http://manafactory.it/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: manafactory, webgrafia, matteobarale
|
|
3 |
Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2.2
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -32,7 +32,7 @@ The aim of Ginger is to be a **complete plug'n play solution** that make your we
|
|
32 |
* vimeo
|
33 |
|
34 |
= Coming soon: =
|
35 |
-
* **
|
36 |
* **adSense** extension
|
37 |
|
38 |
|
@@ -69,6 +69,9 @@ No, you can be safe from plugins conflict. It's been developed using Cookies Ena
|
|
69 |
|
70 |
== Changelog ==
|
71 |
|
|
|
|
|
|
|
72 |
= 1.1.1 =
|
73 |
* fix style banner
|
74 |
* cookie expire time
|
3 |
Tags: EU Cookie Law, cookie law, block cookie, cookie consent, cookie law, cookie policy, privacy policy, cookie banner, italian cookie law, cookie italia
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2.2
|
6 |
+
Stable tag: 1.1.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
32 |
* vimeo
|
33 |
|
34 |
= Coming soon: =
|
35 |
+
* **WPML** support
|
36 |
* **adSense** extension
|
37 |
|
38 |
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
+
= 1.1.2 =
|
73 |
+
* Bugfix
|
74 |
+
|
75 |
= 1.1.1 =
|
76 |
* fix style banner
|
77 |
* cookie expire time
|