Changeset 2456392
- Timestamp:
- 01/14/2021 03:18:02 PM (5 years ago)
- Location:
- better-gdpr/trunk
- Files:
-
- 2 edited
-
better-gdpr.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
better-gdpr/trunk/better-gdpr.php
r2407742 r2456392 12 12 * Plugin URI: https:/privacybunker.io 13 13 * Description: GDPR & Cookie Consent plugin built by PrivacyBunker.io team. 14 * Version: 0.2. 314 * Version: 0.2.4 15 15 * Author: Yuli Stremovsky 16 16 * Author URI: https://securitybunker.io … … 390 390 $subdomain = get_option( 'bettergdpr_subdomain', '' ); 391 391 if ($subdomain == '') { 392 print("<!-- bettergdpr_subdomain empty -->"); 392 393 return; 393 394 } -
better-gdpr/trunk/readme.txt
r2407055 r2456392 76 76 == Changelog == 77 77 78 = 0.2.4 = 79 * Minor validation improvement. 80 78 81 = 0.2.3 = 79 82 * Add Woocommerce support.
Note: See TracChangeset
for help on using the changeset viewer.