Plugin Directory

Changeset 2456392


Ignore:
Timestamp:
01/14/2021 03:18:02 PM (5 years ago)
Author:
stremovsky
Message:

Minor fix.

Location:
better-gdpr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • better-gdpr/trunk/better-gdpr.php

    r2407742 r2456392  
    1212 * Plugin URI:  https:/privacybunker.io
    1313 * Description: GDPR & Cookie Consent plugin built by PrivacyBunker.io team.
    14  * Version:     0.2.3
     14 * Version:     0.2.4
    1515 * Author:      Yuli Stremovsky
    1616 * Author URI:  https://securitybunker.io
     
    390390  $subdomain = get_option( 'bettergdpr_subdomain', '' );
    391391  if ($subdomain == '') {
     392    print("<!-- bettergdpr_subdomain empty -->");
    392393    return;
    393394  }
  • better-gdpr/trunk/readme.txt

    r2407055 r2456392  
    7676== Changelog ==
    7777
     78= 0.2.4 =
     79* Minor validation improvement.
     80
    7881= 0.2.3 =
    7982* Add Woocommerce support.
Note: See TracChangeset for help on using the changeset viewer.