Changeset 3444489
- Timestamp:
- 01/22/2026 01:23:06 AM (2 months ago)
- Location:
- fraudlabs-pro-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/class.wc-fraudlabspro.php (modified) (2 diffs)
-
init.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fraudlabs-pro-for-woocommerce/trunk/includes/class.wc-fraudlabspro.php
r3373334 r3444489 87 87 add_action( 'woocommerce_after_checkout_form', array( $this, 'javascript_agent' ) ); 88 88 add_action( 'woocommerce_checkout_order_processed', array( $this, 'checkout_order_processed' ), 99, 3 ); 89 add_action( 'woocommerce_order_status_changed', array( $this, 'order_status_changed' ), 99 , 3 );89 add_action( 'woocommerce_order_status_changed', array( $this, 'order_status_changed' ), 999, 3 ); 90 90 add_action( 'woocommerce_order_status_completed', array( $this, 'order_status_completed' ) ); 91 91 add_action( 'woocommerce_order_status_cancelled', array( $this, 'order_status_cancelled' ) ); … … 747 747 'advanced_velocity_screening' => ( get_option('wc_settings_woocommerce-fraudlabs-pro_flp_advanced_velocity') == "yes" ) ? 'enabled' : 'disabled', 748 748 'source' => 'woocommerce', 749 'source_version' => '2.23. 4',749 'source_version' => '2.23.5', 750 750 'items' => $item_sku, 751 751 'cc_key' => $cc_key, -
fraudlabs-pro-for-woocommerce/trunk/init.php
r3373334 r3444489 6 6 * Author: FraudLabs Pro 7 7 * Author URI: https://www.fraudlabspro.com/ 8 * Version: 2.23. 48 * Version: 2.23.5 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: fraudlabs-pro-for-woocommerce -
fraudlabs-pro-for-woocommerce/trunk/readme.txt
r3414836 r3444489 5 5 Requires at least: 4.6 6 6 Tested up to: 6.9 7 Stable tag: 2.23. 47 Stable tag: 2.23.5 8 8 9 9 Fraud prevention plugin for WooCommerce to minimize payment fraud and avoid chargebacks. With the FraudLabs Pro Micro Plan, you can get 500 free fraud validation credits every month. … … 98 98 == Changelog == 99 99 100 * 2.23.5 Updated priority value of order_status_changed action. 100 101 * 2.23.4 Fixed Before Payment Validation not working issue. 101 102 * 2.23.3 Updated Before Payment Validation.
Note: See TracChangeset
for help on using the changeset viewer.