Version Description
Download this release
Release Info
Developer | gaspar.nemes |
Plugin | GDPR Cookie Compliance |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- dist/scripts/admin.js +0 -0
- moove-actions.php +1 -1
- moove-gdpr.php +1 -1
- readme.txt +4 -1
dist/scripts/admin.js
CHANGED
File without changes
|
moove-actions.php
CHANGED
@@ -82,7 +82,7 @@ class Moove_GDPR_Actions {
|
|
82 |
* @return void
|
83 |
*/
|
84 |
public function moove_gdpr_admin_scripts() {
|
85 |
-
wp_enqueue_script( 'moove_gdpr_backend', plugins_url( basename( dirname( __FILE__ ) ) ) . '/dist/scripts/admin.js', array( 'jquery' ), '1.0.7', true );
|
86 |
wp_enqueue_style( 'moove_gdpr_backend', plugins_url( basename( dirname( __FILE__ ) ) ) . '/dist/styles/admin.css', '', '1.0.7' );
|
87 |
}
|
88 |
|
82 |
* @return void
|
83 |
*/
|
84 |
public function moove_gdpr_admin_scripts() {
|
85 |
+
wp_enqueue_script( 'moove_gdpr_backend', plugins_url( basename( dirname( __FILE__ ) ) ) . '/dist/scripts/admin.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-slider', 'jquery-ui-draggable' ), '1.0.7', true );
|
86 |
wp_enqueue_style( 'moove_gdpr_backend', plugins_url( basename( dirname( __FILE__ ) ) ) . '/dist/styles/admin.css', '', '1.0.7' );
|
87 |
}
|
88 |
|
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.8
|
10 |
* Author: Moove Agency
|
11 |
* Author URI: https://www.mooveagency.com
|
12 |
* License: GPLv2
|
readme.txt
CHANGED
@@ -90,4 +90,7 @@ This plugin was developed by [Moove Agency](https://www.mooveagency.com).
|
|
90 |
* Added new warning message if the strict necessary cookes are not enabled but the user try to enable other cookies
|
91 |
* Updated admin colorpicker
|
92 |
* Qtranslate X support
|
93 |
-
* Bugfixes
|
|
|
|
|
|
90 |
* Added new warning message if the strict necessary cookes are not enabled but the user try to enable other cookies
|
91 |
* Updated admin colorpicker
|
92 |
* Qtranslate X support
|
93 |
+
* Bugfixes
|
94 |
+
|
95 |
+
= 1.0.8. =
|
96 |
+
* Admin color picker fixed
|