- Home
- /
- Briqpay for WooCommerce
- /
- Changelog
Changelog
1.8.1
- Tweak - Updated the Briqpay logo in the settings page.
- Feature - Added HPOS compatibility for hosted payment page.
- Fix - Addressed PHP deprecation warnings.
- Fix - Fixed an issue where if an order was updated in the WooCommerce admin, the billing organization number (_billing_org_nr) field would be unintentionally overwritten.
- Fix - Fixed a rounding error that caused incorrect tax calculation. Thanks @vilhelmjosander!
- Feature - Added support for WooCommerce's "High-Performance Order Storage" ("HPOS").
- Tweak - Updated the 'briqpay_update_orm_order' action filter to include the WooCommerce order ID.
- Tweak - Improved handling of checkout update events.
- Tweak - Better handling if session ID is missing between update calls.
- Enhancement - Added separate filter for predefined order creation arguments to Briqpay. You can now use the filter 'briqpay_predefined_order_create_args' instead of 'briqpay_create_args' to specifically target hosted payment page orders.
- Fix - Changed how we handle errors to prevent error notices.
- Fix - Fixed compatability with PHP 8.x and higher.
- Fix - Log the session id for each request.
- Fix - Fix errors and warring when credentials are incorrect or empty
- Feature - Add order id to the filter (briqpay_capture_args)
- Tweak - Sync order to Briqpay button now displayed for all order statuses except Completed.
- Tweak - Adds support for updating customer address in Sync order feature.
- Tweak - Only display sync order button if Woo order status is On hold or Processing.
- Fix - Display error message next to "Sync order" button if ajax request result in error.
- Fix - Don't try to set session_id in Woo session if create_briqpay_order request results in a WP_Error.
- Feature - Add support for edit order from WooCommerce to Briqpay before order is captured. This is done via a "Sync order to Briqpay" button in the Briqpay order metabox. Only available for payment methods flagged as updateOrderSupported.
- Feature - Adds support for hosted payment pages through email or SMS.
- Feature - Add support for Briqpay API v2.0.
- Tweak - Removed "Briqpay" from the payment method title for created orders.
- Feature - The 15 last failed API requests to Bripay will now be shown on the system status page.
- Feature - The order page meta box for Briqpay can now be modified with the filter 'briqpay_meta_box_keys'
- Enhancement - Add a sidebar to the settings page with documentation and support links.
- Fix - Fixed divide by zero error when calculating shipping taxes.
- Fix - Fixed an issue with already processed orders being set to processing again after the callback from Briqpay is triggered.
- Fix - Fixes potential Shipping company name bug (if separate billing and shipping adress is entered by customer in checkout).
- Tweak - Improved logging.
- Feature - Enable handling of autocaptured orders from Briqpay. If the order has been autocaptured by Briqpay already, we will not attempt to capture it when the order is set to completed in WooCommerce.
- Enhancement - We now save the second address lines for both shipping and billing addresses.
- Enhancement - We also save the shipping phone and email to the WooCommerce order and display them on the admin page for the order.
- Enhancement - Added a metabox which show the payment method name, the PSP name of the payment method used, and any failed credit rules that the customer experienced for the order.
- Fix - Improved CSS to display checkout correctly in mobile view.
- Fix - Avoid fatal error in checkout when calculate_auth fails.
- Feature - Added settings for creditscoring and maxamount.
- Fix - Delete bearer token (stored as WP transient) on saved plugin settings.
- Fix - Coding standards fix.
- Fix - Fix the live API endpoint to the correct URL.
- Enhancement - Added seperate filters for create, update and refund requests to Briqpay.
- Enhancement - We now save the PSP name from Briqpay to the order in the meta field _briqpay_psp_name
- Enhancement - Add change payment method button.
- Enhancement - We now save and display the org nr in the order.
- Fix - We now save the company name to the order.
- Initial release.