WP DSGVO Tools - Version 2.2.15

Version Description

  • compatibility fixes
Download this release

Release Info

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

Code changes from version 2.2.14 to 2.2.15

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Shapepress
3
  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.2.0
7
- Stable tag: 2.2.14
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,10 @@ Important: Disable other cookie notice plugins and Google Analytics or FB Pixel
80
 
81
  == Changelog ==
82
 
 
 
 
 
83
  = 2.2.14 =
84
  * stability updates
85
  * bugfixes at sar and unsubscribe
3
  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.2.2
7
+ Stable tag: 2.2.15
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
+
84
+ = 2.2.15 =
85
+ * compatibility fixes
86
+
87
  = 2.2.14 =
88
  * stability updates
89
  * bugfixes at sar and unsubscribe
admin/css/sp-dsgvo-admin.css CHANGED
@@ -116,7 +116,7 @@ textarea:hover.aio-transparent, input:hover.aio-transparent {
116
 
117
  /* i592995 */
118
 
119
- .cookie-notice-settings:not(.active),
120
  .policy-popup-settings:not(.active) {
121
  display: none;
122
  }
116
 
117
  /* i592995 */
118
 
119
+ .sp-cookie-notice-settings:not(.active),
120
  .policy-popup-settings:not(.active) {
121
  display: none;
122
  }
admin/js/sp-dsgvo-admin.js CHANGED
@@ -46,7 +46,7 @@
46
  function checkNoticeType($select) {
47
  var val = $select.val(),
48
  $popupSettings = $('.policy-popup-settings'),
49
- $noticeSettings = $('.cookie-notice-settings');
50
 
51
  if(val == 'cookie_notice') {
52
  $popupSettings.removeClass('active');
46
  function checkNoticeType($select) {
47
  var val = $select.val(),
48
  $popupSettings = $('.policy-popup-settings'),
49
+ $noticeSettings = $('.sp-cookie-notice-settings');
50
 
51
  if(val == 'cookie_notice') {
52
  $popupSettings.removeClass('active');
admin/tabs/cookie-notice/page.php CHANGED
@@ -377,7 +377,7 @@
377
 
378
  </table>
379
 
380
- <table class="form-table cookie-notice-settings">
381
  <?php /*
382
  <tr>
383
 
@@ -581,7 +581,7 @@
581
  </table>
582
 
583
  <?php $disableCnStylingOptionTableInput = (isValidBlogEdition() || isValidPremiumEdition()) == false; ?>
584
- <table class="form-table cookie-notice-settings" id="cnStylingOptionTable">
585
  <tbody>
586
  <tr>
587
  <?php if (isValidBlogEdition() || isValidPremiumEdition()) : ?>
@@ -702,7 +702,6 @@
702
  <td><?php _e('Show icon:','shapepress-dsgvo')?></td>
703
  <td><label for="cn_show_dsgvo_icon"> <input
704
  name="cn_show_dsgvo_icon" type="checkbox"
705
- <?= $disableCnStylingOptionTableInput ? 'disabled' : true; ?>
706
  id="cn_show_dsgvo_icon" value="1"
707
  <?= (SPDSGVOSettings::get('cn_show_dsgvo_icon') === '1')? ' checked ' : ''; ?>>
708
  </label></td>
377
 
378
  </table>
379
 
380
+ <table class="form-table sp-cookie-notice-settings">
381
  <?php /*
382
  <tr>
383
 
581
  </table>
582
 
583
  <?php $disableCnStylingOptionTableInput = (isValidBlogEdition() || isValidPremiumEdition()) == false; ?>
584
+ <table class="form-table sp-cookie-notice-settings" id="cnStylingOptionTable">
585
  <tbody>
586
  <tr>
587
  <?php if (isValidBlogEdition() || isValidPremiumEdition()) : ?>
702
  <td><?php _e('Show icon:','shapepress-dsgvo')?></td>
703
  <td><label for="cn_show_dsgvo_icon"> <input
704
  name="cn_show_dsgvo_icon" type="checkbox"
 
705
  id="cn_show_dsgvo_icon" value="1"
706
  <?= (SPDSGVOSettings::get('cn_show_dsgvo_icon') === '1')? ' checked ' : ''; ?>>
707
  </label></td>
includes/class-sp-dsgvo-settings.php CHANGED
@@ -156,7 +156,7 @@ class SPDSGVOSettings{
156
  'cn_custom_css_buttons' => '',
157
  'cn_size_text' => '13px',
158
  'cn_height_container' => 'auto',
159
- 'cn_show_dsgvo_icon' => '1',
160
  'cn_use_overlay' => '0',
161
  'cookie_notice_display' => 'cookie_notice',
162
 
156
  'cn_custom_css_buttons' => '',
157
  'cn_size_text' => '13px',
158
  'cn_height_container' => 'auto',
159
+ 'cn_show_dsgvo_icon' => '0',
160
  'cn_use_overlay' => '0',
161
  'cookie_notice_display' => 'cookie_notice',
162
 
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.14
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.14');
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.15
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.15');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  /* i592995 */
34
  define('sp_dsgvo_URL', plugin_dir_url( __FILE__ ));