iubenda Cookie Solution for GDPR - Version 2.3.2

Version Description

  • Fix: Configuration regular expression issue in some edge cases
Download this release

Release Info

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

Code changes from version 2.3.1 to 2.3.2

Files changed (2) hide show
  1. iubenda_cookie_solution.php +4 -4
  2. readme.txt +6 -6
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.3.1
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.3.1
36
  */
37
  class iubenda {
38
 
@@ -62,7 +62,7 @@ class iubenda {
62
  )
63
  );
64
  public $base_url;
65
- public $version = '2.3.1';
66
  public $activation = array(
67
  'update_version' => 0,
68
  'update_notice' => true,
@@ -679,7 +679,7 @@ class iubenda {
679
  // get script
680
  $parsed_script = '';
681
 
682
- preg_match( '/src\=(["\'])(.*?)\1/', $parsed_code, $matches );
683
 
684
  // find the iubenda script url
685
  if ( ! empty( $matches[1] ) ) {
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.3.2
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.3.2
36
  */
37
  class iubenda {
38
 
62
  )
63
  );
64
  public $base_url;
65
+ public $version = '2.3.2';
66
  public $activation = array(
67
  'update_version' => 0,
68
  'update_notice' => true,
679
  // get script
680
  $parsed_script = '';
681
 
682
+ preg_match_all( '/src\=(?:[\"|\'])(.*?)(?:[\"|\'])/', $parsed_code, $matches );
683
 
684
  // find the iubenda script url
685
  if ( ! empty( $matches[1] ) ) {
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.3.1
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
@@ -150,6 +150,9 @@ We will be very happy to receive feedback here: [Uservoice forum](https://suppor
150
 
151
  == Changelog ==
152
 
 
 
 
153
  = 2.3.1 =
154
  * Fix: Error on AMP configuration during install in some edge cases
155
  * Fix: Invalid www detection during AMP configuration generation process
@@ -431,8 +434,5 @@ We will be very happy to receive feedback here: [Uservoice forum](https://suppor
431
 
432
  == Upgrade Notice ==
433
 
434
- = 2.3.1 =
435
- * Fix: Error on AMP configuration during install in some edge cases
436
- * Fix: Invalid www detection during AMP configuration generation process
437
- * Fix: Regex for iubenda script url in AMP configuration
438
- * Tweak: Added noindex for generated AMP configuration file
5
  Requires at least: 4.0
6
  Requires PHP: 5.2.4
7
  Tested up to: 5.3.2
8
+ Stable tag: 2.3.2
9
  License: MIT License
10
  License URI: http://opensource.org/licenses/MIT
11
 
150
 
151
  == Changelog ==
152
 
153
+ = 2.3.2 =
154
+ * Fix: Configuration regular expression issue in some edge cases
155
+
156
  = 2.3.1 =
157
  * Fix: Error on AMP configuration during install in some edge cases
158
  * Fix: Invalid www detection during AMP configuration generation process
434
 
435
  == Upgrade Notice ==
436
 
437
+ = 2.3.2 =
438
+ * Fix: Configuration regular expression issue in some edge cases