GDPR Cookie Compliance - Version 4.7.7

Version Description

Download this release

Release Info

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

Code changes from version 4.7.6 to 4.7.7

Files changed (3) hide show
  1. class-moove-gdpr-content.php +1 -1
  2. moove-gdpr.php +2 -2
  3. readme.txt +5 -1
class-moove-gdpr-content.php CHANGED
@@ -209,7 +209,7 @@ class Moove_GDPR_Content {
209
  * Licence token
210
  */
211
  public function get_license_token() {
212
- $license_token = trailingslashit( site_url() );
213
  return $license_token;
214
  }
215
 
209
  * Licence token
210
  */
211
  public function get_license_token() {
212
+ $license_token = trailingslashit( get_bloginfo( 'url' ) );
213
  return $license_token;
214
  }
215
 
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.7.6
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.7.6' );
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.7.7
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.7.7' );
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.7.6
6
  Requires at least: 4.5
7
  Tested up to: 5.9
8
  Requires PHP: 5.6 or higher
@@ -273,6 +273,10 @@ 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.7.6: 9 February 2022 =
277
  * Fixed licence manager multi-language compatibility
278
 
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.7.7
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.7.7: 9 February 2022 =
277
+ * Improved multi-language compatibility
278
+ * Minor fixes
279
+
280
  = 4.7.6: 9 February 2022 =
281
  * Fixed licence manager multi-language compatibility
282