Version Description
Download this release
Release Info
Developer | gaspar.nemes |
Plugin | GDPR Cookie Compliance |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- controllers/moove-controller.php +1 -1
- dist/scripts/admin.js +0 -0
- moove-gdpr.php +1 -1
- readme.txt +4 -1
controllers/moove-controller.php
CHANGED
@@ -21,7 +21,7 @@ class Moove_GDPR_Controller {
|
|
21 |
*/
|
22 |
public function __construct() {
|
23 |
// add_action( 'wp_footer', array( &$this, 'moove_gdpr_cookie_popup' ) );
|
24 |
-
add_action( '
|
25 |
add_action( 'admin_init', array( &$this, 'moove_gdpr_add_editor_styles' ) );
|
26 |
add_action( 'wp_footer', array( &$this, 'moove_gdpr_cookie_popup_info' ) );
|
27 |
}
|
21 |
*/
|
22 |
public function __construct() {
|
23 |
// add_action( 'wp_footer', array( &$this, 'moove_gdpr_cookie_popup' ) );
|
24 |
+
add_action( 'wp_footer', array( &$this, 'moove_gdpr_cookie_popup_modal' ), 99 );
|
25 |
add_action( 'admin_init', array( &$this, 'moove_gdpr_add_editor_styles' ) );
|
26 |
add_action( 'wp_footer', array( &$this, 'moove_gdpr_cookie_popup_info' ) );
|
27 |
}
|
dist/scripts/admin.js
CHANGED
File without changes
|
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: 1.0.
|
10 |
* Author: Moove Agency
|
11 |
* Author URI: https://www.mooveagency.com
|
12 |
* License: GPLv2
|
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: 1.0.4
|
10 |
* Author: Moove Agency
|
11 |
* Author URI: https://www.mooveagency.com
|
12 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -67,4 +67,7 @@ This plugin was developed by [Moove Agency](https://www.mooveagency.com).
|
|
67 |
* Editable label for "Powered by" text
|
68 |
* Added radio buttons to change the logo position (left, center, right)
|
69 |
* Colour pickers added to customise the floating button
|
70 |
-
* Fixed infobar WYSIWYG editor, links are allowed
|
|
|
|
|
|
67 |
* Editable label for "Powered by" text
|
68 |
* Added radio buttons to change the logo position (left, center, right)
|
69 |
* Colour pickers added to customise the floating button
|
70 |
+
* Fixed infobar WYSIWYG editor, links are allowed
|
71 |
+
|
72 |
+
= 1.0.4. =
|
73 |
+
* Moved modal content to wp_footer
|