iubenda Cookie Solution for GDPR - Version 3.0.7

Version Description

  • Support WP 6.0
  • Stop forcing purposes from Quick Generator widget
Download this release

Release Info

Developer iubenda
Plugin Icon 128x128 iubenda Cookie Solution for GDPR
Version 3.0.7
Comparing to
See all releases

Code changes from version 3.0.6 to 3.0.7

includes/CookieSolutionGenerator.php CHANGED
@@ -54,7 +54,6 @@ class CookieSolutionGenerator {
54
  if ($legislation == 'gdpr' || $legislation == 'both'){
55
  $csConfiguration['consentOnContinuedBrowsing'] = false;
56
  $csConfiguration['perPurposeConsent'] = true;
57
- $csConfiguration['purposes'] = '1,2,3,4,5';
58
  $csConfiguration['banner']['listPurposes'] = true;
59
  $csConfiguration['banner']['explicitWithdrawal'] = true;
60
 
54
  if ($legislation == 'gdpr' || $legislation == 'both'){
55
  $csConfiguration['consentOnContinuedBrowsing'] = false;
56
  $csConfiguration['perPurposeConsent'] = true;
 
57
  $csConfiguration['banner']['listPurposes'] = true;
58
  $csConfiguration['banner']['explicitWithdrawal'] = true;
59
 
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: 3.0.6
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
@@ -34,7 +34,7 @@ define( 'IUB_DEBUG', false );
34
  * @property-read iubenda_Settings $settings
35
  *
36
  * @class iubenda
37
- * @version 3.0.6
38
  */
39
  class iubenda {
40
 
@@ -92,7 +92,7 @@ class iubenda {
92
  )
93
  );
94
  public $base_url;
95
- public $version = '3.0.6';
96
  public $activation = array(
97
  'update_version' => 0,
98
  'update_notice' => true,
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: 3.0.7
7
  Author: iubenda
8
  Author URI: https://www.iubenda.com
9
  License: MIT License
34
  * @property-read iubenda_Settings $settings
35
  *
36
  * @class iubenda
37
+ * @version 3.0.7
38
  */
39
  class iubenda {
40
 
92
  )
93
  );
94
  public $base_url;
95
+ public $version = '3.0.7';
96
  public $activation = array(
97
  'update_version' => 0,
98
  'update_notice' => true,
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link:
4
  Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, dsgvo, rgpd, pecr
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
- Tested up to: 5.9
8
- Stable tag: 3.0.6
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
@@ -242,6 +242,10 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
242
 
243
  == Changelog ==
244
 
 
 
 
 
245
  = 3.0.6 =
246
  * Bugfix: Run upgrade process after using a new WP version
247
  * Bugfix: Issue in integration with CF7
@@ -667,6 +671,6 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
667
 
668
  == Upgrade Notice ==
669
 
670
- = 3.0.6 =
671
- * Bugfix: Run upgrade process after using a new WP version
672
- * Bugfix: Issue in integration with CF7
4
  Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, dsgvo, rgpd, pecr
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
+ Tested up to: 6.0
8
+ Stable tag: 3.0.7
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
242
 
243
  == Changelog ==
244
 
245
+ = 3.0.7 =
246
+ * Support WP 6.0
247
+ * Stop forcing purposes from Quick Generator widget
248
+
249
  = 3.0.6 =
250
  * Bugfix: Run upgrade process after using a new WP version
251
  * Bugfix: Issue in integration with CF7
671
 
672
  == Upgrade Notice ==
673
 
674
+ = 3.0.7 =
675
+ * Support WP 6.0
676
+ * Stop forcing purposes from Quick Generator widget