Plugin Directory

Changeset 3444489


Ignore:
Timestamp:
01/22/2026 01:23:06 AM (2 months ago)
Author:
fraudlabspro
Message:

Updated priority value of order_status_changed action

Location:
fraudlabs-pro-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fraudlabs-pro-for-woocommerce/trunk/includes/class.wc-fraudlabspro.php

    r3373334 r3444489  
    8787        add_action( 'woocommerce_after_checkout_form', array( $this, 'javascript_agent' ) );
    8888        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 );
    9090        add_action( 'woocommerce_order_status_completed', array( $this, 'order_status_completed' ) );
    9191        add_action( 'woocommerce_order_status_cancelled', array( $this, 'order_status_cancelled' ) );
     
    747747            'advanced_velocity_screening'   => ( get_option('wc_settings_woocommerce-fraudlabs-pro_flp_advanced_velocity') == "yes" ) ? 'enabled' : 'disabled',
    748748            'source'                        => 'woocommerce',
    749             'source_version'                => '2.23.4',
     749            'source_version'                => '2.23.5',
    750750            'items'                         => $item_sku,
    751751            'cc_key'                        => $cc_key,
  • fraudlabs-pro-for-woocommerce/trunk/init.php

    r3373334 r3444489  
    66 * Author: FraudLabs Pro
    77 * Author URI: https://www.fraudlabspro.com/
    8  * Version: 2.23.4
     8 * Version: 2.23.5
    99 * Requires Plugins: woocommerce
    1010 * Text Domain: fraudlabs-pro-for-woocommerce
  • fraudlabs-pro-for-woocommerce/trunk/readme.txt

    r3414836 r3444489  
    55Requires at least: 4.6
    66Tested up to: 6.9
    7 Stable tag: 2.23.4
     7Stable tag: 2.23.5
    88
    99Fraud 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.
     
    9898== Changelog ==
    9999
     100* 2.23.5 Updated priority value of order_status_changed action.
    100101* 2.23.4 Fixed Before Payment Validation not working issue.
    101102* 2.23.3 Updated Before Payment Validation.
Note: See TracChangeset for help on using the changeset viewer.