GDPR Cookie Compliance - Version 2.0.5

Version Description

  • GDPR settings position updated
Download this release

Release Info

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

Code changes from version 2.0.4 to 2.0.5

Files changed (3) hide show
  1. moove-gdpr.php +2 -2
  2. moove-options.php +1 -1
  3. readme.txt +3 -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: 2.0.4
10
  * Author: Moove Agency
11
  * Domain Path: /languages
12
  * Author URI: https://www.mooveagency.com
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
14
  * Text Domain: gdpr-cookie-compliance
15
  */
16
 
17
- define( 'MOOVE_GDPR_VERSION', '2.0.4' );
18
 
19
  register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
20
  register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
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: 2.0.5
10
  * Author: Moove Agency
11
  * Domain Path: /languages
12
  * Author URI: https://www.mooveagency.com
14
  * Text Domain: gdpr-cookie-compliance
15
  */
16
 
17
+ define( 'MOOVE_GDPR_VERSION', '2.0.5' );
18
 
19
  register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
20
  register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
moove-options.php CHANGED
@@ -43,7 +43,7 @@ class Moove_GDPR_Options {
43
  'moove-gdpr', // Menu_slug.
44
  array( &$this, 'moove_gdpr_settings_page' ), // Function.
45
  'dashicons-shield',
46
- 105 // Position.
47
  );
48
  add_action( 'load-' . $gdpr_settings_page, array( 'Moove_GDPR_Actions', 'moove_gdpr_admin_scripts' ) );
49
  }
43
  'moove-gdpr', // Menu_slug.
44
  array( &$this, 'moove_gdpr_settings_page' ), // Function.
45
  'dashicons-shield',
46
+ 90 // Position.
47
  );
48
  add_action( 'load-' . $gdpr_settings_page, array( 'Moove_GDPR_Actions', 'moove_gdpr_admin_scripts' ) );
49
  }
readme.txt CHANGED
@@ -179,6 +179,9 @@ THIS PLUGIN DOES NOT MAKE YOUR WEBSITE COMPLIANT. YOU ARE RESPONSIBLE FOR ENSURI
179
  30. GDPR Cookie Compliance - Admin - Iframe Blocker / Pages [Premium]
180
 
181
  == Changelog ==
 
 
 
182
  = 2.0.4 =
183
  * Extended plugin listing with stars
184
  * Bugfixes
179
  30. GDPR Cookie Compliance - Admin - Iframe Blocker / Pages [Premium]
180
 
181
  == Changelog ==
182
+ = 2.0.5 =
183
+ * GDPR settings position updated
184
+
185
  = 2.0.4 =
186
  * Extended plugin listing with stars
187
  * Bugfixes