Version Description
- Fix: Undefined notice during plugin update
Download this release
Release Info
Developer | dfactory |
Plugin | iubenda Cookie Solution for GDPR |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.2.0
- iubenda_cookie_solution.php +4 -4
- readme.txt +7 -5
iubenda_cookie_solution.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
|
4 |
Plugin URI: https://www.iubenda.com
|
5 |
Description: An All-in-One approach developed by iubenda, which includes functionalities of two powerful solutions that help to make your website GDPR and ePrivacy compliant.
|
6 |
-
Version: 2.
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
@@ -32,7 +32,7 @@ define( 'IUB_DEBUG', false );
|
|
32 |
* iubenda final class.
|
33 |
*
|
34 |
* @class iubenda
|
35 |
-
* @version 2.
|
36 |
*/
|
37 |
class iubenda {
|
38 |
|
@@ -62,7 +62,7 @@ class iubenda {
|
|
62 |
)
|
63 |
);
|
64 |
public $base_url;
|
65 |
-
public $version = '2.
|
66 |
public $activation = array(
|
67 |
'update_version' => 0,
|
68 |
'update_notice' => true,
|
@@ -275,7 +275,7 @@ class iubenda {
|
|
275 |
*
|
276 |
* @return void
|
277 |
*/
|
278 |
-
public function upgrade( $upgrader_object, $
|
279 |
// the path to our plugin's main file
|
280 |
$our_plugin = plugin_basename( __FILE__ );
|
281 |
|
3 |
Plugin Name: Cookie and Consent Solution for the GDPR & ePrivacy
|
4 |
Plugin URI: https://www.iubenda.com
|
5 |
Description: An All-in-One approach developed by iubenda, which includes functionalities of two powerful solutions that help to make your website GDPR and ePrivacy compliant.
|
6 |
+
Version: 2.2.0
|
7 |
Author: iubenda
|
8 |
Author URI: https://www.iubenda.com
|
9 |
License: MIT License
|
32 |
* iubenda final class.
|
33 |
*
|
34 |
* @class iubenda
|
35 |
+
* @version 2.2.0
|
36 |
*/
|
37 |
class iubenda {
|
38 |
|
62 |
)
|
63 |
);
|
64 |
public $base_url;
|
65 |
+
public $version = '2.2.0';
|
66 |
public $activation = array(
|
67 |
'update_version' => 0,
|
68 |
'update_notice' => true,
|
275 |
*
|
276 |
* @return void
|
277 |
*/
|
278 |
+
public function upgrade( $upgrader_object, $options ) {
|
279 |
// the path to our plugin's main file
|
280 |
$our_plugin = plugin_basename( __FILE__ );
|
281 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: cookies, cookie law, cookie policy, cookie banner, privacy policy, cookie
|
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.3.2
|
8 |
-
Stable tag: 2.
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
@@ -27,6 +27,7 @@ This plugin drastically reduces the need for direct interventions in the code of
|
|
27 |
* Handles the display of the cookie banner and cookie policy, allowing you to fully customize the banner to match the look and colors of your site if needed
|
28 |
* Saves user preferences about the use of cookies and displays a clean page (without banner) to users who have already provided their consent
|
29 |
* Integrates with IAB’s [Transparency and Consent Framework](https://www.iubenda.com/en/help/7440-enable-preference-management-iab-framework#revenue) (TCF)
|
|
|
30 |
* Features an easy-to-use interface for entering custom scripts and iframes
|
31 |
* Detects bots/spiders and serves them a clean page so that your SEO efforts are never compromised
|
32 |
|
@@ -134,6 +135,9 @@ We will be very happy to receive feedback here: [Uservoice forum](http://support
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
137 |
= 2.1.0 =
|
138 |
* New: Per-purpose script blocking support
|
139 |
* New: "Reject" button support
|
@@ -401,7 +405,5 @@ We will be very happy to receive feedback here: [Uservoice forum](http://support
|
|
401 |
|
402 |
== Upgrade Notice ==
|
403 |
|
404 |
-
= 2.
|
405 |
-
*
|
406 |
-
* New: "Reject" button support
|
407 |
-
* New: Google AMP compatibility option
|
5 |
Requires at least: 4.0
|
6 |
Requires PHP: 5.2.4
|
7 |
Tested up to: 5.3.2
|
8 |
+
Stable tag: 2.2.0
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
27 |
* Handles the display of the cookie banner and cookie policy, allowing you to fully customize the banner to match the look and colors of your site if needed
|
28 |
* Saves user preferences about the use of cookies and displays a clean page (without banner) to users who have already provided their consent
|
29 |
* Integrates with IAB’s [Transparency and Consent Framework](https://www.iubenda.com/en/help/7440-enable-preference-management-iab-framework#revenue) (TCF)
|
30 |
+
* Provides Google AMP compatibility
|
31 |
* Features an easy-to-use interface for entering custom scripts and iframes
|
32 |
* Detects bots/spiders and serves them a clean page so that your SEO efforts are never compromised
|
33 |
|
135 |
|
136 |
== Changelog ==
|
137 |
|
138 |
+
= 2.2.0 =
|
139 |
+
* Fix: Undefined notice during plugin update
|
140 |
+
|
141 |
= 2.1.0 =
|
142 |
* New: Per-purpose script blocking support
|
143 |
* New: "Reject" button support
|
405 |
|
406 |
== Upgrade Notice ==
|
407 |
|
408 |
+
= 2.2.0 =
|
409 |
+
* Fix: Undefined notice during plugin update
|
|
|
|