Plugin Directory

Changeset 2296054 for shapepress-dsgvo


Ignore:
Timestamp:
05/01/2020 12:25:31 PM (6 years ago)
Author:
shapepress
Message:

3.1.9

Location:
shapepress-dsgvo/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • shapepress-dsgvo/trunk/README.txt

    r2286328 r2296054  
    55Requires at least: 3.0.1
    66Tested up to: 5.4.0
    7 Stable tag: 3.1.8
     7Stable tag: 3.1.9
    88Requires PHP: 5.6.0
    99License: GPLv2 or later
     
    204204
    205205== Changelog ==
     206= 3.1.9 =
     207* IE compatibility
     208* changed yt channel
     209
    206210= 3.1.8 =
    207211* Google Adsense
     
    357361
    358362== Upgrade Notice ==
    359 = 3.1.8 =
     363= 3.1.9 =
    360364* 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
    361365* 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  
    120120                    } else
    121121                    {
    122                         echo __('Currently no dates planed. You can watch the videos of past webinars on our  <a href="https://www.youtube.com/channel/UCCeLTNGJu-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');
    123123                    }
    124124                    ?>
  • shapepress-dsgvo/trunk/admin/tabs/v3/webinars/page.php

    r2286328 r2296054  
    1616                <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>
    1717                <p class="card-text"><?php _e('Free registration at: <a href="https://legalweb.io/" title="Webinare zu Webistes, Webshops &amp; 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/UCCeLTNGJu-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>
    1919            </div>
    2020        </div>
  • shapepress-dsgvo/trunk/public/js/sp-dsgvo-public.js

    r2286328 r2296054  
    195195                    closePopup(true);
    196196                } else {
    197                     closePopup();
     197                    closePopup(false);
    198198                }
    199199            }
     
    214214                closePopup(true);
    215215            } else {
    216                 closePopup();
     216                closePopup(false);
    217217            }
    218218        });
     
    226226
    227227            handlePopupButtonAction('dismissAll');
    228             closePopup();
     228            closePopup(false);
    229229        });
    230230
     
    237237
    238238            handlePopupButtonAction('acceptSelected');
    239             closePopup();
     239            closePopup(false);
    240240        });
    241241
     
    249249            handlePopupButtonAction('acceptAll');
    250250
    251             closePopup();
     251            closePopup(false);
    252252        });
    253253    }
     
    292292    }
    293293
    294     function closePopup(closedOnFirstVisit = false) {
     294    function closePopup(closedOnFirstVisit) {
    295295        var $overlay = $('.sp-dsgvo-popup-overlay');
    296296        if ($overlay.length > 0) {
  • shapepress-dsgvo/trunk/sp-dsgvo.php

    r2286328 r2296054  
    1717 * Plugin URI:        https://legalweb.io
    1818 * 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.8
     19 * Version:           3.1.9
    2020 * Author:            legalweb
    2121 * Author URI:        https://www.legalweb.io
     
    2929}
    3030
    31 define('sp_dsgvo_VERSION', '3.1.8');
     31define('sp_dsgvo_VERSION', '3.1.9');
    3232define('sp_dsgvo_NAME', 'sp-dsgvo');
    3333define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
Note: See TracChangeset for help on using the changeset viewer.