iubenda Cookie Solution for GDPR - Version 3.0.5

Version Description

  • Allow creating CS from QG widget
Download this release

Release Info

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

Code changes from version 3.0.4 to 3.0.5

includes/QuickGeneratorService.php CHANGED
@@ -8,11 +8,6 @@ if (!defined('ABSPATH'))
8
  */
9
  class QuickGeneratorService
10
  {
11
- private $apiKey = '66f95ff033e00b0a6bb38d34665eab80e39b7ef7';
12
-
13
- private $url = [
14
- 'create_privacy_policy' => 'https://www.iubenda.com/api/transactions',
15
- ];
16
  public $QG_Response = [];
17
 
18
  public function __construct(){
8
  */
9
  class QuickGeneratorService
10
  {
 
 
 
 
 
11
  public $QG_Response = [];
12
 
13
  public function __construct(){
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.4
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.4
38
  */
39
  class iubenda {
40
 
@@ -92,7 +92,7 @@ class iubenda {
92
  )
93
  );
94
  public $base_url;
95
- public $version = '3.0.4';
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.5
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.5
38
  */
39
  class iubenda {
40
 
92
  )
93
  );
94
  public $base_url;
95
+ public $version = '3.0.5';
96
  public $activation = array(
97
  'update_version' => 0,
98
  'update_notice' => true,
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: cookie banner, cookie law, eprivacy, gdpr, ukgdpr, ccpa, caloppa, lgpd, ds
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
  Tested up to: 5.9
8
- Stable tag: 3.0.4
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
@@ -242,6 +242,9 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
242
 
243
  == Changelog ==
244
 
 
 
 
245
  = 3.0.4 =
246
  * Bugfix: Stop parsing code in Cookie banner
247
  * Bugfix: Errors on plugin update
@@ -660,6 +663,5 @@ The Brazilian General Data Protection Law, the ***Lei Geral de Proteção de Dad
660
 
661
  == Upgrade Notice ==
662
 
663
- = 3.0.4 =
664
- * Bugfix: Stop parsing code in Cookie banner
665
- * Bugfix: Errors on plugin update
5
  Requires at least: 5.0
6
  Requires PHP: 7.0.0
7
  Tested up to: 5.9
8
+ Stable tag: 3.0.5
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
242
 
243
  == Changelog ==
244
 
245
+ = 3.0.5 =
246
+ * Allow creating CS from QG widget
247
+
248
  = 3.0.4 =
249
  * Bugfix: Stop parsing code in Cookie banner
250
  * Bugfix: Errors on plugin update
663
 
664
  == Upgrade Notice ==
665
 
666
+ = 3.0.5 =
667
+ * Allow creating CS from QG widget
 
views/partials/modals/modal_select_language.php CHANGED
@@ -38,6 +38,7 @@
38
  input:{
39
  privacy_policy:{
40
  type: 'web_site',
 
41
  url: '<?php echo get_site_url() ?>',
42
  langs: ['<?php echo $selected_language ?>']
43
  },
@@ -49,7 +50,7 @@
49
  css:"background-color:#e7e7e7;cursor:pointer;color: #585858;padding: 0.5rem 1.7rem;font-size: .95rem;border: 0;border-radius: 3rem;font-weight: bold;width: 100%;",
50
  placeholder:document.getElementById("iubenda-policy-config-start"),
51
  callback:iubendaQuickGeneratorCallback,
52
- api_key:"a6639fe1f277bbdad9ef1d92065a9da88cda008d",
53
  caption:"<?php echo __('Continue' ,'iubenda')?>"
54
  };
55
 
38
  input:{
39
  privacy_policy:{
40
  type: 'web_site',
41
+ cookie_solution: true,
42
  url: '<?php echo get_site_url() ?>',
43
  langs: ['<?php echo $selected_language ?>']
44
  },
50
  css:"background-color:#e7e7e7;cursor:pointer;color: #585858;padding: 0.5rem 1.7rem;font-size: .95rem;border: 0;border-radius: 3rem;font-weight: bold;width: 100%;",
51
  placeholder:document.getElementById("iubenda-policy-config-start"),
52
  callback:iubendaQuickGeneratorCallback,
53
+ api_key:"c52997770b2613f6b0d8b6becffeff8d8071a6ab",
54
  caption:"<?php echo __('Continue' ,'iubenda')?>"
55
  };
56