Version Description
- Javascript variable fixed
Download this release
Release Info
Developer | MooveAgency |
Plugin | GDPR Cookie Compliance |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- moove-gdpr.php +2 -2
- readme.txt +2 -0
moove-gdpr.php
CHANGED
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
|
|
6 |
* Plugin Name: GDPR Cookie Compliance
|
7 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
8 |
* Description: GDPR is an EU wide legislation that specifies how user data should be handled. This plugin has settings that can assist you with GDPR cookie compliance requirements.
|
9 |
-
* Version: 3.0.
|
10 |
* Author: Moove Agency
|
11 |
* Domain Path: /languages
|
12 |
* Author URI: https://www.mooveagency.com
|
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
|
|
15 |
*/
|
16 |
|
17 |
|
18 |
-
define( 'MOOVE_GDPR_VERSION', '3.0.
|
19 |
if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
|
20 |
define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
|
21 |
endif;
|
6 |
* Plugin Name: GDPR Cookie Compliance
|
7 |
* Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
|
8 |
* Description: GDPR is an EU wide legislation that specifies how user data should be handled. This plugin has settings that can assist you with GDPR cookie compliance requirements.
|
9 |
+
* Version: 3.0.3
|
10 |
* Author: Moove Agency
|
11 |
* Domain Path: /languages
|
12 |
* Author URI: https://www.mooveagency.com
|
15 |
*/
|
16 |
|
17 |
|
18 |
+
define( 'MOOVE_GDPR_VERSION', '3.0.3' );
|
19 |
if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
|
20 |
define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
|
21 |
endif;
|
readme.txt
CHANGED
@@ -181,6 +181,8 @@ THIS PLUGIN DOES NOT MAKE YOUR WEBSITE COMPLIANT. YOU ARE RESPONSIBLE FOR ENSURI
|
|
181 |
32. GDPR Cookie Compliance - Admin - Language Specific Scripts [Premium]
|
182 |
|
183 |
== Changelog ==
|
|
|
|
|
184 |
|
185 |
= 3.0.2 =
|
186 |
* Caching plugin conflicts handled
|
181 |
32. GDPR Cookie Compliance - Admin - Language Specific Scripts [Premium]
|
182 |
|
183 |
== Changelog ==
|
184 |
+
= 3.0.3 =
|
185 |
+
* Javascript variable fixed
|
186 |
|
187 |
= 3.0.2 =
|
188 |
* Caching plugin conflicts handled
|