Changeset 3343254
- Timestamp:
- 08/12/2025 04:17:03 AM (8 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
r3335665 r3343254 655 655 'advanced_velocity_screening' => ( get_option('wc_settings_woocommerce-fraudlabs-pro_flp_advanced_velocity') == "yes" ) ? 'enabled' : 'disabled', 656 656 'source' => 'woocommerce', 657 'source_version' => '2.23. 0',657 'source_version' => '2.23.1', 658 658 'items' => $item_sku, 659 659 'cc_key' => $cc_key, … … 2932 2932 $hash = 'fraudlabspro_' . $s; 2933 2933 2934 for( $i = 0; $i < 65536; $i++ ) 2934 for( $i = 0; $i < 65536; $i++ ) { 2935 2935 $hash = sha1( 'fraudlabspro_' . $hash ); 2936 } 2937 2938 $hash2 = hash('sha256', $hash); 2936 2939 2937 2940 return $hash; -
fraudlabs-pro-for-woocommerce/trunk/init.php
r3335665 r3343254 6 6 * Author: FraudLabs Pro 7 7 * Author URI: https://www.fraudlabspro.com/ 8 * Version: 2.23. 08 * Version: 2.23.1 9 9 * Requires Plugins: woocommerce 10 10 * Text Domain: fraudlabs-pro-for-woocommerce -
fraudlabs-pro-for-woocommerce/trunk/readme.txt
r3335665 r3343254 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 Stable tag: 2.23. 07 Stable tag: 2.23.1 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.1 Updated hash function. 100 101 * 2.23.0 Enhanced Settings page and Fraud result. 101 102 * 2.22.15 Updated database queries.
Note: See TracChangeset
for help on using the changeset viewer.