Plugin Directory

Changeset 2486112 for shapepress-dsgvo


Ignore:
Timestamp:
03/03/2021 08:01:57 PM (5 years ago)
Author:
legalweb
Message:

3.1.19

Location:
shapepress-dsgvo/trunk
Files:
3 edited

Legend:

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

    r2482041 r2486112  
    55Requires at least: 3.0.1
    66Tested up to: 5.6.2
    7 Stable tag: 3.1.18
     7Stable tag: 3.1.19
    88Requires PHP: 5.6.0
    99License: GPLv2 or later
     
    202202
    203203== Changelog ==
     204= 3.1.18 =
     205* bugfixes
     206
    204207= 3.1.18 =
    205208* improved custom fonts loading (option to disable it)
  • shapepress-dsgvo/trunk/admin/tabs/v3/popup-notice/page.php

    r2482041 r2486112  
    145145                    __('Disable fonts loading with CSS', 'shapepress-dsgvo'),
    146146                    '',
    147                     __('Deactivates the loading of Roboto fonts if custom fonts are used by CSS.', 'shapepress-dsgvo'),);
     147                    __('Deactivates the loading of Roboto fonts if custom fonts are used by CSS.', 'shapepress-dsgvo'));
    148148                ?>
    149149
  • shapepress-dsgvo/trunk/sp-dsgvo.php

    r2482041 r2486112  
    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.18
     19 * Version:           3.1.19
    2020 * Author:            legalweb
    2121 * Author URI:        https://www.legalweb.io
     
    2929}
    3030
    31 define('sp_dsgvo_VERSION', '3.1.18');
     31define('sp_dsgvo_VERSION', '3.1.19');
    3232define('sp_dsgvo_NAME', 'sp-dsgvo');
    3333define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
Note: See TracChangeset for help on using the changeset viewer.