Version Description
Download this release
Release Info
Developer | gaspar.nemes |
Plugin | GDPR Cookie Compliance |
Version | 1.1.6 |
Comparing to | |
See all releases |
Code changes from version 1.1.5 to 1.1.6
- dist/scripts/admin.js +0 -0
- gdpr-modules/modal/modal-base-tabs.php +1 -1
- moove-actions.php +1 -1
- moove-gdpr.php +2 -2
- readme.txt +4 -0
dist/scripts/admin.js
CHANGED
File without changes
|
gdpr-modules/modal/modal-base-tabs.php
CHANGED
@@ -39,4 +39,4 @@
|
|
39 |
</div>
|
40 |
<!-- .moove-gdpr-modal-content -->
|
41 |
</div>
|
42 |
-
<!-- #moove_gdpr_cookie_modal
|
39 |
</div>
|
40 |
<!-- .moove-gdpr-modal-content -->
|
41 |
</div>
|
42 |
+
<!-- #moove_gdpr_cookie_modal -->
|
moove-actions.php
CHANGED
@@ -85,7 +85,7 @@ class Moove_GDPR_Actions {
|
|
85 |
$option_name = $gdpr_default_content->moove_gdpr_get_option_name();
|
86 |
$modal_options = get_option( $option_name );
|
87 |
$wpml_lang = $gdpr_default_content->moove_gdpr_get_wpml_lang();
|
88 |
-
|
89 |
if ( isset( $modal_options['moove_gdpr_plugin_font_type'] ) ) :
|
90 |
if ( $modal_options['moove_gdpr_plugin_font_type'] === '1' ) :
|
91 |
$css_file = 'gdpr-main.css';
|
85 |
$option_name = $gdpr_default_content->moove_gdpr_get_option_name();
|
86 |
$modal_options = get_option( $option_name );
|
87 |
$wpml_lang = $gdpr_default_content->moove_gdpr_get_wpml_lang();
|
88 |
+
$css_file = 'gdpr-main.css';
|
89 |
if ( isset( $modal_options['moove_gdpr_plugin_font_type'] ) ) :
|
90 |
if ( $modal_options['moove_gdpr_plugin_font_type'] === '1' ) :
|
91 |
$css_file = 'gdpr-main.css';
|
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.1.
|
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', '1.1.
|
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: 1.1.6
|
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', '1.1.6' );
|
18 |
|
19 |
register_activation_hook( __FILE__ , 'moove_gdpr_activate' );
|
20 |
register_deactivation_hook( __FILE__ , 'moove_gdpr_deactivate' );
|
readme.txt
CHANGED
@@ -113,6 +113,10 @@ Unfortunately no. This plugin is just a template and needs to be setup by your d
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
116 |
= 1.1.5. =
|
117 |
* Created 'gdpr-modules' folder, including html sections (this could be added to the main theme folder and is customisable)
|
118 |
* Removed !important tags
|
113 |
|
114 |
== Changelog ==
|
115 |
|
116 |
+
= 1.1.6. =
|
117 |
+
* Fixed closing comment issue
|
118 |
+
* Fixed missing stylesheet bug
|
119 |
+
|
120 |
= 1.1.5. =
|
121 |
* Created 'gdpr-modules' folder, including html sections (this could be added to the main theme folder and is customisable)
|
122 |
* Removed !important tags
|