WP DSGVO Tools - Version 2.2.9

Version Description

  • Bugfix "Reload on confirm" checkbox
Download this release

Release Info

Developer shapepress
Plugin Icon 128x128 WP DSGVO Tools
Version 2.2.9
Comparing to
See all releases

Code changes from version 2.2.8 to 2.2.9

Files changed (3) hide show
  1. README.txt +4 -1
  2. admin/tabs/cookie-notice/page.php +8 -8
  3. sp-dsgvo.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wp-dsgvo.eu
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data, privacy, woocommerce,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.0.4
7
- Stable tag: 2.2.8
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -80,6 +80,9 @@ Important: Disable other cookie notice plugins and Google Analytics or FB Pixel
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 2.2.8 =
84
  * Security improvement
85
  * Hide Cookie Notice Popup for Googlebot
4
  Tags: gdpr, dsgvo, datenschutz, wordpress, compliance, data, privacy, woocommerce,
5
  Requires at least: 3.0.1
6
  Tested up to: 5.0.4
7
+ Stable tag: 2.2.9
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
80
 
81
  == Changelog ==
82
 
83
+ = 2.2.9 =
84
+ * Bugfix "Reload on confirm" checkbox
85
+
86
  = 2.2.8 =
87
  * Security improvement
88
  * Hide Cookie Notice Popup for Googlebot
admin/tabs/cookie-notice/page.php CHANGED
@@ -226,10 +226,10 @@
226
  <tr>
227
  <th scope="row"><?php _e('Reload after confirm:','shapepress-dsgvo')?></th>
228
 
229
- <td><label for="cn_reload_on_confirm"> <input
230
- name="cn_reload_on_confirm" type="checkbox"
231
- id="cn_reload_on_confirm" value="1"
232
- <?= (SPDSGVOSettings::get('cn_reload_on_confirm') === '1')? ' checked ' : ''; ?>>
233
  </label><span class="info-text"><?php _e('Enable this option to reload the page after accepting cookies.','shapepress-dsgvo')?></span></td>
234
 
235
  </tr>
@@ -445,10 +445,10 @@
445
  <tr>
446
  <td><?php _e('Reload after confirm:','shapepress-dsgvo')?></td>
447
 
448
- <td><label for="cn_reload_on_confirm_popup"> <input
449
- name="cn_reload_on_confirm_popup" type="checkbox"
450
- id="cn_reload_on_confirm_popup" value="1"
451
- <?= (SPDSGVOSettings::get('cn_reload_on_confirm_popup') === '1')? ' checked ' : ''; ?>>
452
  </label><span class="info-text"><?php _e('Enable this option to reload the page after accepting cookies.','shapepress-dsgvo')?></span></td>
453
 
454
  </tr>
226
  <tr>
227
  <th scope="row"><?php _e('Reload after confirm:','shapepress-dsgvo')?></th>
228
 
229
+ <td><label for="cn_reload_on_confirm_popup"> <input
230
+ name="cn_reload_on_confirm_popup" type="checkbox"
231
+ id="cn_reload_on_confirm_popup" value="1"
232
+ <?= (SPDSGVOSettings::get('cn_reload_on_confirm_popup') === '1')? ' checked ' : ''; ?>>
233
  </label><span class="info-text"><?php _e('Enable this option to reload the page after accepting cookies.','shapepress-dsgvo')?></span></td>
234
 
235
  </tr>
445
  <tr>
446
  <td><?php _e('Reload after confirm:','shapepress-dsgvo')?></td>
447
 
448
+ <td><label for="cn_reload_on_confirm"> <input
449
+ name="cn_reload_on_confirm" type="checkbox"
450
+ id="cn_reload_on_confirm" value="1"
451
+ <?= (SPDSGVOSettings::get('cn_reload_on_confirm') === '1')? ' checked ' : ''; ?>>
452
  </label><span class="info-text"><?php _e('Enable this option to reload the page after accepting cookies.','shapepress-dsgvo')?></span></td>
453
 
454
  </tr>
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://wp-dsgvo.eu
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
- * Version: 2.2.8
20
  * Author: Shapepress eU
21
  * Author URI: https://www.shapepress.com
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -28,7 +28,7 @@ if (! defined('WPINC')) {
28
  die();
29
  }
30
 
31
- define('sp_dsgvo_VERSION', '2.2.8');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://wp-dsgvo.eu
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
+ * Version: 2.2.9
20
  * Author: Shapepress eU
21
  * Author URI: https://www.shapepress.com
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
28
  die();
29
  }
30
 
31
+ define('sp_dsgvo_VERSION', '2.2.9');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));