Version Description
- BugFix
Download this release
Release Info
Developer | matteobarale |
Plugin | Ginger – EU Cookie Law |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- addon/ginger.addon.utils.php +7 -8
- ginger-eu-cookie-law.php +1 -1
- languages/ginger-it_IT.mo +0 -0
- languages/ginger-it_IT.po +0 -0
- readme.txt +14 -3
addon/ginger.addon.utils.php
CHANGED
@@ -56,7 +56,7 @@ function ginger_add_on_menu_page(){
|
|
56 |
|
57 |
$wp_root = dirname( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) );
|
58 |
if ( file_exists( $wp_root . '/wp-load.php' ) ) {
|
59 |
-
|
60 |
} else {
|
61 |
exit;
|
62 |
}
|
@@ -88,11 +88,10 @@ $links = array(
|
|
88 |
'deactivation' => 'Deactivation'
|
89 |
);
|
90 |
|
91 |
-
foreach ( $links as $key => $value ) {
|
92 |
-
echo '<a href="' . add_query_arg( 'request', $key ) . '">' . $value . '</a> | ';
|
93 |
-
}
|
94 |
-
|
95 |
-
echo '<br/><br/>';
|
96 |
|
97 |
//
|
98 |
// Valid activation request
|
@@ -106,7 +105,7 @@ if ( $request == 'activation' && $activationcode != '' && $activationemail != ''
|
|
106 |
);
|
107 |
|
108 |
$data = execute_request( $args );
|
109 |
-
var_dump($data);
|
110 |
if($data->activated == 1):
|
111 |
$args = array(
|
112 |
'activated' => 1,
|
@@ -181,4 +180,4 @@ if ( $request == 'deactivation' && $activationcode != '' && $activationemail !=
|
|
181 |
<?php
|
182 |
}
|
183 |
|
184 |
-
require_once('ginger.addoncheck.php');
|
56 |
|
57 |
$wp_root = dirname( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) );
|
58 |
if ( file_exists( $wp_root . '/wp-load.php' ) ) {
|
59 |
+
// require_once( $wp_root . "/wp-load.php" );
|
60 |
} else {
|
61 |
exit;
|
62 |
}
|
88 |
'deactivation' => 'Deactivation'
|
89 |
);
|
90 |
|
91 |
+
//foreach ( $links as $key => $value ) {
|
92 |
+
// echo '<a href="' . add_query_arg( 'request', $key ) . '">' . $value . '</a> | ';
|
93 |
+
//}
|
94 |
+
//echo '<br/><br/>';
|
|
|
95 |
|
96 |
//
|
97 |
// Valid activation request
|
105 |
);
|
106 |
|
107 |
$data = execute_request( $args );
|
108 |
+
//var_dump($data);
|
109 |
if($data->activated == 1):
|
110 |
$args = array(
|
111 |
'activated' => 1,
|
180 |
<?php
|
181 |
}
|
182 |
|
183 |
+
require_once('ginger.addoncheck.php');
|
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: 2.0
|
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: 2.0.1
|
7 |
Author: Manafactory
|
8 |
Author URI: http://manafactory.it/
|
9 |
License: GPLv2 or later
|
languages/ginger-it_IT.mo
CHANGED
File without changes
|
languages/ginger-it_IT.po
CHANGED
File without changes
|
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:
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -32,10 +32,13 @@ The aim of Ginger is to be a **complete plug'n play solution** that make your we
|
|
32 |
* vimeo
|
33 |
* Disqus
|
34 |
* ShareThis
|
|
|
35 |
|
36 |
= Coming soon: =
|
37 |
-
* **
|
38 |
-
* **
|
|
|
|
|
39 |
|
40 |
|
41 |
**Send us [suggestions or bug report](https://wordpress.org/support/plugin/ginger)!**
|
@@ -71,6 +74,14 @@ No, you can be safe from plugins conflict. It's been developed using Cookies Ena
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
= 1.2.2 =
|
75 |
* Google Maps Fix
|
76 |
* Control json Page
|
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: 2.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
32 |
* vimeo
|
33 |
* Disqus
|
34 |
* ShareThis
|
35 |
+
* Adsense
|
36 |
|
37 |
= Coming soon: =
|
38 |
+
* **Privacy Policy** Generator
|
39 |
+
* **Custom javascript** locker
|
40 |
+
* **Logger** addon
|
41 |
+
* **Multisite**
|
42 |
|
43 |
|
44 |
**Send us [suggestions or bug report](https://wordpress.org/support/plugin/ginger)!**
|
74 |
|
75 |
== Changelog ==
|
76 |
|
77 |
+
= 2.0.1 =
|
78 |
+
* BugFix
|
79 |
+
|
80 |
+
= 2.0.0 =
|
81 |
+
* Adsense Addon
|
82 |
+
* Google Analytics Addon
|
83 |
+
* WPML addon
|
84 |
+
|
85 |
= 1.2.2 =
|
86 |
* Google Maps Fix
|
87 |
* Control json Page
|