Changeset 3111869
- Timestamp:
- 07/03/2024 04:26:43 PM (21 months ago)
- Location:
- agecheckernet
- Files:
-
- 4 added
- 3 edited
-
tags/1.19.1 (added)
-
tags/1.19.1/agechecker.php (added)
-
tags/1.19.1/class-wc-integration-agechecker-integration.php (added)
-
tags/1.19.1/readme.txt (added)
-
trunk/agechecker.php (modified) (1 diff)
-
trunk/class-wc-integration-agechecker-integration.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agecheckernet/trunk/agechecker.php
r3101919 r3111869 4 4 Plugin URI: https://agechecker.net 5 5 Description: 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.19. 06 Version: 1.19.1 7 7 Author: AgeChecker.Net 8 8 Author URI: https://agechecker.net -
agecheckernet/trunk/class-wc-integration-agechecker-integration.php
r3101919 r3111869 1750 1750 <?php } ?><script data-cfasync="false"> 1751 1751 (function(w,d) { 1752 if(location.href.indexOf("checkout/order-received") != -1) return; 1752 if(location.href.indexOf("checkout/order-received") != -1 || w.AgeChecker_WC_Checkout_Loaded) return; 1753 w.AgeChecker_WC_Checkout_Loaded = true; 1753 1754 <?php echo $this->before_script; ?> 1754 1755 … … 1888 1889 <?php } ?><script data-cfasync="false"> 1889 1890 (function(w,d) { 1891 if(w.AgeChecker_WC_Checkout_Loaded) return; 1892 w.AgeChecker_WC_Checkout_Loaded = true; 1893 1890 1894 <?php echo $this->before_script; ?> 1891 1895 -
agecheckernet/trunk/readme.txt
r3101919 r3111869 4 4 Requires at least: 4.4 5 5 Tested up to: 6.5 6 Stable tag: 1.19. 06 Stable tag: 1.19.1 7 7 8 8 AgeChecker.Net seamlessly and securely verifies the age of your customers directly on your website during the checkout process. … … 63 63 == Changelog == 64 64 65 = 1.19.1 = 66 *Release Date - 3 July 2024* 67 68 * Add check that stops AgeChecker from trying to load twice in the uncommon case that the site loads the script twice in the DOM 69 65 70 = 1.19.0 = 66 71 *Release Date - 12 June 2024*
Note: See TracChangeset
for help on using the changeset viewer.