• Version 2.1.23 claims [Tested Against] PHP 8.0.28 but will display an alert if you have WooCommerce > 7.8.0

    If want to get rid of the message:

    "A version of the PostFinanceCheckout plugin is yet to be released for this version of WooCommerce."


    Edit the file woocommerce-postfinancecheckout.php and modify the line
    const WC_MAXIMUM_VERSION = '7.8.0';

    Replace the 7.8.0 by 9.1.0 or whatever

  • The topic ‘Wrong Message’ is closed to new replies.