Changeset 3225568
- Timestamp:
- 01/20/2025 12:26:51 PM (14 months ago)
- Location:
- add-customer-for-woocommerce/trunk
- Files:
-
- 3 edited
-
add-customer-for-woocommerce.php (modified) (2 diffs)
-
include/classes/wac-compatibility.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-customer-for-woocommerce/trunk/add-customer-for-woocommerce.php
r3200145 r3225568 8 8 * Contributors URL: http://dev.dans-art.ch 9 9 * Tags: woocommerce, customer, tools, helper 10 * Version: 1.9. 311 * Stable tag: 1.9. 310 * Version: 1.9.4 11 * Stable tag: 1.9.4 12 12 * 13 13 * Requires at least: 5.4.0 … … 15 15 * 16 16 * WC requires at least: 7.4.1 17 * WC tested up to: 9. 4.217 * WC tested up to: 9.5.2 18 18 * 19 19 * Requires PHP: 7.4 -
add-customer-for-woocommerce/trunk/include/classes/wac-compatibility.php
r3145489 r3225568 41 41 }); 42 42 } 43 44 //Workaround for Enhanced Cloudflare Turnstile 45 //https://woocommerce.com/products/enhanced-cloudflare-turnstile/ 46 //Tested with Version: 1.0.2 47 //Removed the register hook if new customer gets added 48 if (is_admin() and isset($_REQUEST['wac_add_customer']) and $_REQUEST['wac_add_customer'] == 'true') { 49 remove_action( 'woocommerce_register_post', 'ecft_validate_woo_register_form', 10 ); 50 } 43 51 } 44 52 -
add-customer-for-woocommerce/trunk/readme.txt
r3200145 r3225568 7 7 Requires at least: 5.4.0 8 8 Tested up to: 6.7.1 9 Stable tag: 1.9. 39 Stable tag: 1.9.4 10 10 License: GPLv3 or later 11 11 License URI: <http://www.gnu.org/licenses/gpl-2.0.html> 12 12 WC requires at least: 7.4.1 13 WC tested up to: 9. 4.213 WC tested up to: 9.5.2 14 14 Requires PHP: 7.4 15 15 … … 95 95 96 96 == Changelog == 97 98 = [1.9.4] 2025-01-17 = 99 * Added compatibility for Enhanced Cloudflare Turnstile 100 * Updated WC Tested up to version 97 101 98 102 = [1.9.3] 2024-12-01 =
Note: See TracChangeset
for help on using the changeset viewer.