Version Description
- Fix - Compatibility issue with PHP 7.3.0 and below.
Download this release
Release Info
Developer | webtoffee |
Plugin | Cookie Law / GDPR Info |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
admin/modules/cookie-scaner/cookie-scaner.php
CHANGED
@@ -1104,7 +1104,7 @@ class Cookie_Law_Info_Cookie_Scaner extends Cookie_Law_Info_Cookieyes {
|
|
1104 |
'cli_cookie_category_name' => $category,
|
1105 |
'cli_cookie_category_description' => $description,
|
1106 |
),
|
1107 |
-
array( '%s', '%s' )
|
1108 |
);
|
1109 |
}
|
1110 |
}
|
@@ -1147,7 +1147,7 @@ class Cookie_Law_Info_Cookie_Scaner extends Cookie_Law_Info_Cookieyes {
|
|
1147 |
'description' => $description,
|
1148 |
|
1149 |
),
|
1150 |
-
array( '%d', '%d', '%s', '%s', '%s', '%s', '%d', '%s' )
|
1151 |
);
|
1152 |
}
|
1153 |
}
|
1104 |
'cli_cookie_category_name' => $category,
|
1105 |
'cli_cookie_category_description' => $description,
|
1106 |
),
|
1107 |
+
array( '%s', '%s' )
|
1108 |
);
|
1109 |
}
|
1110 |
}
|
1147 |
'description' => $description,
|
1148 |
|
1149 |
),
|
1150 |
+
array( '%d', '%d', '%s', '%s', '%s', '%s', '%d', '%s' )
|
1151 |
);
|
1152 |
}
|
1153 |
}
|
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: 2.1.
|
20 |
* Author: WebToffee
|
21 |
* Author URI: https://www.webtoffee.com/
|
22 |
* License: GPLv3
|
@@ -70,7 +70,7 @@ define( 'CLI_ACTIVATION_ID', 'wtgdprcookieconsent' );
|
|
70 |
* Currently plugin version.
|
71 |
* Rename this for your plugin and update it as you release new versions.
|
72 |
*/
|
73 |
-
define( 'CLI_VERSION', '2.1.
|
74 |
|
75 |
function wt_cookie_law_info_update_message( $data, $response ) {
|
76 |
if ( isset( $data['upgrade_notice'] ) ) {
|
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: 2.1.1
|
20 |
* Author: WebToffee
|
21 |
* Author URI: https://www.webtoffee.com/
|
22 |
* License: GPLv3
|
70 |
* Currently plugin version.
|
71 |
* Rename this for your plugin and update it as you release new versions.
|
72 |
*/
|
73 |
+
define( 'CLI_VERSION', '2.1.1' );
|
74 |
|
75 |
function wt_cookie_law_info_update_message( $data, $response ) {
|
76 |
if ( isset( $data['upgrade_notice'] ) ) {
|
includes/class-cookie-law-info.php
CHANGED
@@ -74,7 +74,7 @@ class Cookie_Law_Info {
|
|
74 |
if ( defined( 'CLI_VERSION' ) ) {
|
75 |
$this->version = CLI_VERSION;
|
76 |
} else {
|
77 |
-
$this->version = '2.1.
|
78 |
}
|
79 |
$this->plugin_name = 'cookie-law-info';
|
80 |
|
74 |
if ( defined( 'CLI_VERSION' ) ) {
|
75 |
$this->version = CLI_VERSION;
|
76 |
} else {
|
77 |
+
$this->version = '2.1.1';
|
78 |
}
|
79 |
$this->plugin_name = 'cookie-law-info';
|
80 |
|
public/modules/script-blocker/views/settings.php
CHANGED
@@ -236,5 +236,4 @@ $plugin_help_url = 'https://www.webtoffee.com/gdpr-cookie-consent-plugin-b
|
|
236 |
event.preventDefault();
|
237 |
document.script_blocker_form.submit();
|
238 |
});
|
239 |
-
</script>
|
240 |
-
<?php
|
236 |
event.preventDefault();
|
237 |
document.script_blocker_form.submit();
|
238 |
});
|
239 |
+
</script>
|
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: GDPR, CCPA, cookie notice, DSGVO, RGPD, LGPD, PIPEDA, POPIA, cookies , coo
|
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 2.1.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -191,8 +191,11 @@ For every update of the plugin, you will be notified of the installed plugins pa
|
|
191 |
|
192 |
== Changelog ==
|
193 |
|
|
|
|
|
|
|
|
|
194 |
= 2.1.0 =
|
195 |
-
*Release Date - 17 February 2022*
|
196 |
|
197 |
* Improved: Validation & escaping for Security Enhancement.
|
198 |
|
@@ -552,6 +555,6 @@ For every update of the plugin, you will be notified of the installed plugins pa
|
|
552 |
|
553 |
== Upgrade Notice ==
|
554 |
|
555 |
-
= 2.1.
|
556 |
|
557 |
-
*
|
5 |
Requires at least: 4.4.0
|
6 |
Tested up to: 5.9
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 2.1.1
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
191 |
|
192 |
== Changelog ==
|
193 |
|
194 |
+
= 2.1.1 =
|
195 |
+
|
196 |
+
* Fix - Compatibility issue with PHP 7.3.0 and below.
|
197 |
+
|
198 |
= 2.1.0 =
|
|
|
199 |
|
200 |
* Improved: Validation & escaping for Security Enhancement.
|
201 |
|
555 |
|
556 |
== Upgrade Notice ==
|
557 |
|
558 |
+
= 2.1.1 =
|
559 |
|
560 |
+
* Fix - Compatibility issue with PHP 7.3.0 and below.
|