Plugin Directory

Changeset 2815493


Ignore:
Timestamp:
11/09/2022 09:10:34 PM (3 years ago)
Author:
agechecker
Message:
  • Stops before-payment AgeChecker script from executing in background on order received/confirmation page
Location:
agecheckernet
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • agecheckernet/trunk/agechecker.php

    r2802144 r2815493  
    44Plugin URI:  https://agechecker.net
    55Description: AgeChecker.Net seamlessly and securely verifies the age of your customers directly on your website during the checkout process. Keep your site up to date on the latest age regulations for your industry while ensuring that purchasing is frustration-free for your site users.
    6 Version:     1.13.2
     6Version:     1.13.3
    77Author:      AgeChecker.Net
    88Author URI:  https://agechecker.net
  • agecheckernet/trunk/class-wc-integration-agechecker-integration.php

    r2802144 r2815493  
    14351435            <?php } ?><script data-cfasync="false">
    14361436            (function(w,d) {
     1437            if(location.href.indexOf("checkout/order-received") != -1) return;
    14371438            <?php echo $this->before_script; ?>
    14381439
  • agecheckernet/trunk/readme.txt

    r2802144 r2815493  
    44Requires at least: 4.4
    55Tested up to: 5.8
    6 Stable tag: 1.13.2
     6Stable tag: 1.13.3
    77
    88AgeChecker.Net seamlessly and securely verifies the age of your customers directly on your website during the checkout process.
     
    6262
    6363== Changelog ==
     64
     65= 1.13.3 =
     66*Release Date - 9 November 2022*
     67
     68* Stops before-payment AgeChecker script from executing in background on order received/confirmation page
    6469
    6570= 1.13.2 =
Note: See TracChangeset for help on using the changeset viewer.