Changeset 2486112 for shapepress-dsgvo
- Timestamp:
- 03/03/2021 08:01:57 PM (5 years ago)
- Location:
- shapepress-dsgvo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
admin/tabs/v3/popup-notice/page.php (modified) (1 diff)
-
sp-dsgvo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shapepress-dsgvo/trunk/README.txt
r2482041 r2486112 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.6.2 7 Stable tag: 3.1.1 87 Stable tag: 3.1.19 8 8 Requires PHP: 5.6.0 9 9 License: GPLv2 or later … … 202 202 203 203 == Changelog == 204 = 3.1.18 = 205 * bugfixes 206 204 207 = 3.1.18 = 205 208 * improved custom fonts loading (option to disable it) -
shapepress-dsgvo/trunk/admin/tabs/v3/popup-notice/page.php
r2482041 r2486112 145 145 __('Disable fonts loading with CSS', 'shapepress-dsgvo'), 146 146 '', 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')); 148 148 ?> 149 149 -
shapepress-dsgvo/trunk/sp-dsgvo.php
r2482041 r2486112 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.1 819 * Version: 3.1.19 20 20 * Author: legalweb 21 21 * Author URI: https://www.legalweb.io … … 29 29 } 30 30 31 define('sp_dsgvo_VERSION', '3.1.1 8');31 define('sp_dsgvo_VERSION', '3.1.19'); 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.