Changeset 2296054 for shapepress-dsgvo
- Timestamp:
- 05/01/2020 12:25:31 PM (6 years ago)
- Location:
- shapepress-dsgvo/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (3 diffs)
-
admin/base.php (modified) (1 diff)
-
admin/tabs/v3/webinars/page.php (modified) (1 diff)
-
public/js/sp-dsgvo-public.js (modified) (6 diffs)
-
sp-dsgvo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shapepress-dsgvo/trunk/README.txt
r2286328 r2296054 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.4.0 7 Stable tag: 3.1. 87 Stable tag: 3.1.9 8 8 Requires PHP: 5.6.0 9 9 License: GPLv2 or later … … 204 204 205 205 == Changelog == 206 = 3.1.9 = 207 * IE compatibility 208 * changed yt channel 209 206 210 = 3.1.8 = 207 211 * Google Adsense … … 357 361 358 362 == Upgrade Notice == 359 = 3.1. 8=363 = 3.1.9 = 360 364 * Important if you upgrade from V2: In V3 a lot of important changes have been made. Please check all your settings after updating to ensure correct functionality 361 365 * THE PLUGIN NEEDS A COMPLETE RECONFIGURATION TO FULFILL THE LATEST GDPR LAWS IF YOU UPDATE FROM V2 to V3 -
shapepress-dsgvo/trunk/admin/base.php
r2286328 r2296054 120 120 } else 121 121 { 122 echo __('Currently no dates planed. You can watch the videos of past webinars on our <a href="https://www.youtube.com/channel/UC CeLTNGJu-Ao4ovfnUBnFaA" target="_blank">YouTube channel</a>','shapepress-dsgvo');122 echo __('Currently no dates planed. You can watch the videos of past webinars on our <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg" target="_blank">YouTube channel</a>','shapepress-dsgvo'); 123 123 } 124 124 ?> -
shapepress-dsgvo/trunk/admin/tabs/v3/webinars/page.php
r2286328 r2296054 16 16 <p class="card-text"><?php _e('We have a new, free support option for free, premium and cloud users!<br />Attorney Peter Harlander will explain every Wednesday from 4:00 p.m. what is legally important for websites and web shops (the webinar will be held in German).','shapepress-dsgvo')?></p> 17 17 <p class="card-text"><?php _e('Free registration at: <a href="https://legalweb.io/" title="Webinare zu Webistes, Webshops & Recht" target="_blank">legalweb.io</a>','shapepress-dsgvo')?></p> 18 <p class="card-text"><?php _e('You can watch the videos of past webinars on our <a href="https://www.youtube.com/channel/UC CeLTNGJu-Ao4ovfnUBnFaA" target="_blank">YouTube channel</a>','shapepress-dsgvo')?></p>18 <p class="card-text"><?php _e('You can watch the videos of past webinars on our <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg/" target="_blank">YouTube channel</a>','shapepress-dsgvo')?></p> 19 19 </div> 20 20 </div> -
shapepress-dsgvo/trunk/public/js/sp-dsgvo-public.js
r2286328 r2296054 195 195 closePopup(true); 196 196 } else { 197 closePopup( );197 closePopup(false); 198 198 } 199 199 } … … 214 214 closePopup(true); 215 215 } else { 216 closePopup( );216 closePopup(false); 217 217 } 218 218 }); … … 226 226 227 227 handlePopupButtonAction('dismissAll'); 228 closePopup( );228 closePopup(false); 229 229 }); 230 230 … … 237 237 238 238 handlePopupButtonAction('acceptSelected'); 239 closePopup( );239 closePopup(false); 240 240 }); 241 241 … … 249 249 handlePopupButtonAction('acceptAll'); 250 250 251 closePopup( );251 closePopup(false); 252 252 }); 253 253 } … … 292 292 } 293 293 294 function closePopup(closedOnFirstVisit = false) {294 function closePopup(closedOnFirstVisit) { 295 295 var $overlay = $('.sp-dsgvo-popup-overlay'); 296 296 if ($overlay.length > 0) { -
shapepress-dsgvo/trunk/sp-dsgvo.php
r2286328 r2296054 17 17 * Plugin URI: https://legalweb.io 18 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: 3.1. 819 * Version: 3.1.9 20 20 * Author: legalweb 21 21 * Author URI: https://www.legalweb.io … … 29 29 } 30 30 31 define('sp_dsgvo_VERSION', '3.1. 8');31 define('sp_dsgvo_VERSION', '3.1.9'); 32 32 define('sp_dsgvo_NAME', 'sp-dsgvo'); 33 33 define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
Note: See TracChangeset
for help on using the changeset viewer.