GDPR Cookie Compliance - Version 4.8.1

Version Description

Download this release

Release Info

Developer MooveAgency
Plugin Icon 128x128 GDPR Cookie Compliance
Version 4.8.1
Comparing to
See all releases

Code changes from version 4.8.0 to 4.8.1

Files changed (3) hide show
  1. class-moove-gdpr-actions.php +4 -4
  2. moove-gdpr.php +2 -2
  3. readme.txt +4 -1
class-moove-gdpr-actions.php CHANGED
@@ -563,10 +563,10 @@ class Moove_GDPR_Actions {
563
  $consent_cookies[] = 'advanced';
564
  endif;
565
 
566
- wp_localize_script( $ascript, 'gdpr_consent__strict', $strict );
567
- wp_localize_script( $ascript, 'gdpr_consent__thirdparty', $thirdparty );
568
- wp_localize_script( $ascript, 'gdpr_consent__advanced', $advanced );
569
- wp_localize_script( $ascript, 'gdpr_consent__cookies', implode( '|', $consent_cookies ) );
570
  endif;
571
  }
572
 
563
  $consent_cookies[] = 'advanced';
564
  endif;
565
 
566
+ wp_add_inline_script( $ascript, 'var gdpr_consent__strict = "'. $strict . '"' );
567
+ wp_add_inline_script( $ascript, 'var gdpr_consent__thirdparty = "' . $thirdparty . '"');
568
+ wp_add_inline_script( $ascript, 'var gdpr_consent__advanced = "' . $advanced . '"');
569
+ wp_add_inline_script( $ascript, 'var gdpr_consent__cookies = "' . implode( '|', $consent_cookies ) . '"');
570
  endif;
571
  }
572
 
moove-gdpr.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: GDPR Cookie Compliance
5
  * Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
6
  * Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, CCPA, PIPEDA, AAP, LGPD and others.
7
- * Version: 4.8.0
8
  * Author: Moove Agency
9
  * Domain Path: /languages
10
  * Author URI: https://www.mooveagency.com
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
18
  exit;
19
  } // Exit if accessed directly
20
 
21
- define( 'MOOVE_GDPR_VERSION', '4.8.0' );
22
  if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
23
  define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
24
  endif;
4
  * Plugin Name: GDPR Cookie Compliance
5
  * Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
6
  * Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, CCPA, PIPEDA, AAP, LGPD and others.
7
+ * Version: 4.8.1
8
  * Author: Moove Agency
9
  * Domain Path: /languages
10
  * Author URI: https://www.mooveagency.com
18
  exit;
19
  } // Exit if accessed directly
20
 
21
+ define( 'MOOVE_GDPR_VERSION', '4.8.1' );
22
  if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
23
  define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
24
  endif;
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: MooveAgency
3
  Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
4
  Tags: GDPR, CCPA, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
5
- Stable tag: 4.8.0
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
  Requires PHP: 5.6 or higher
@@ -273,6 +273,9 @@ The Brazilian General Data Protection Law (“Lei Geral de Proteção de Dados
273
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
274
 
275
  == Changelog ==
 
 
 
276
  = 4.8.0: 23 February 2022 =
277
  * GTM consent settings variables added
278
  * Admin screen improvements
2
  Contributors: MooveAgency
3
  Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
4
  Tags: GDPR, CCPA, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
5
+ Stable tag: 4.8.1
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
  Requires PHP: 5.6 or higher
273
  39. GDPR Cookie Compliance - Front-end - Cookie Shortcode [Premium]
274
 
275
  == Changelog ==
276
+ = 4.8.1: 23 February 2022 =
277
+ * GTM consent variable PHP notice fix
278
+
279
  = 4.8.0: 23 February 2022 =
280
  * GTM consent settings variables added
281
  * Admin screen improvements