Version Description
- Fix: Editors unable to access the dashboard due to recent security update
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 1.9.3 |
Comparing to | |
See all releases |
Code changes from version 1.9.2 to 1.9.3
cookie-law-info.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
-
* Version: 1.9.
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
@@ -63,7 +63,7 @@ define ( 'CLI_POST_TYPE','cookielawinfo');
|
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
-
define( 'CLI_VERSION', '1.9.
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
16 |
* Plugin Name: GDPR Cookie Consent
|
17 |
* Plugin URI: https://www.webtoffee.com/product/gdpr-cookie-consent/
|
18 |
* Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
|
19 |
+
* Version: 1.9.3
|
20 |
* Author: WebToffee
|
21 |
* Author URI: http://cookielawinfo.com/
|
22 |
* License: GPLv3
|
63 |
* Currently plugin version.
|
64 |
* Rename this for your plugin and update it as you release new versions.
|
65 |
*/
|
66 |
+
define( 'CLI_VERSION', '1.9.3' );
|
67 |
|
68 |
function wt_cookie_law_info_update_message( $data, $response )
|
69 |
{
|
includes/class-cookie-law-info.php
CHANGED
@@ -77,7 +77,7 @@ class Cookie_Law_Info {
|
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
-
$this->version = '1.9.
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
77 |
}
|
78 |
else
|
79 |
{
|
80 |
+
$this->version = '1.9.3';
|
81 |
}
|
82 |
$this->plugin_name = 'cookie-law-info';
|
83 |
|
public/modules/script-blocker/script-blocker.php
CHANGED
@@ -150,9 +150,7 @@ if (!class_exists('Cookie_Law_Info_Script_Blocker')) {
|
|
150 |
*/
|
151 |
public function register_settings_page() {
|
152 |
|
153 |
-
|
154 |
-
wp_die(__('You do not have sufficient permission to perform this operation', 'cookie-law-info'));
|
155 |
-
}
|
156 |
add_submenu_page(
|
157 |
'edit.php?post_type='.CLI_POST_TYPE,
|
158 |
__( 'Script Blocker', 'cookie-law-info' ),
|
@@ -171,6 +169,9 @@ if (!class_exists('Cookie_Law_Info_Script_Blocker')) {
|
|
171 |
*/
|
172 |
public function integrations_settings_page() {
|
173 |
|
|
|
|
|
|
|
174 |
if(isset($_GET['post_type']) && $_GET['post_type']==CLI_POST_TYPE && isset($_GET['page']) && $_GET['page']=='cli-script-settings') {
|
175 |
|
176 |
global $wt_cli_integration_list;
|
150 |
*/
|
151 |
public function register_settings_page() {
|
152 |
|
153 |
+
|
|
|
|
|
154 |
add_submenu_page(
|
155 |
'edit.php?post_type='.CLI_POST_TYPE,
|
156 |
__( 'Script Blocker', 'cookie-law-info' ),
|
169 |
*/
|
170 |
public function integrations_settings_page() {
|
171 |
|
172 |
+
if (!current_user_can('manage_options')) {
|
173 |
+
wp_die(__('You do not have sufficient permission to perform this operation', 'cookie-law-info'));
|
174 |
+
}
|
175 |
if(isset($_GET['post_type']) && $_GET['post_type']==CLI_POST_TYPE && isset($_GET['page']) && $_GET['page']=='cli-script-settings') {
|
176 |
|
177 |
global $wt_cli_integration_list;
|
public/modules/shortcode/shortcode.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.webtoffee.com/plugins/
|
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.5
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -157,6 +157,10 @@ See http://cookielawinfo.com for more information on what is required.
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
|
|
160 |
= 1.9.2 =
|
161 |
|
162 |
* Improvement: Option to change the title for necessary and non-necessary categories
|
@@ -446,7 +450,6 @@ See http://cookielawinfo.com for more information on what is required.
|
|
446 |
|
447 |
== Upgrade Notice ==
|
448 |
|
449 |
-
= 1.9.
|
450 |
|
451 |
-
*
|
452 |
-
* Improvement: Added support for Official Facebook Pixel, Smash Balloon Instagram Feed & Twitter Feed plugins.
|
4 |
Tags: eu cookie law, GDPR, CCPA, cookie law, cookie consent, eu privacy directive, privacy directive, cookies, privacy, compliance
|
5 |
Requires at least: 3.3.1
|
6 |
Tested up to: 5.5
|
7 |
+
Stable tag: 1.9.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
= 1.9.3 =
|
161 |
+
|
162 |
+
* Fix: Editors unable to access the dashboard due to recent security update
|
163 |
+
|
164 |
= 1.9.2 =
|
165 |
|
166 |
* Improvement: Option to change the title for necessary and non-necessary categories
|
450 |
|
451 |
== Upgrade Notice ==
|
452 |
|
453 |
+
= 1.9.3 =
|
454 |
|
455 |
+
* Fix: Editors unable to access the dashboard due to recent security update
|
|