Releases: krokedil/paysoncheckout-for-woocommerce
Releases · krokedil/paysoncheckout-for-woocommerce
3.9.0
- Feature - Added support for paying for a subscription through pay for order.
- Fix - Fixed AJAX request failing due to outdated nonce.
- Fix - Fixed a critical error happening when handling the callback without verifying that a matching order was found.
- Tweak - When a refund fails, we'll let WooCommerce know. This ensure an alert is displayed to the user.
- Tweak - Improved logging for better traceability.
3.8.1
3.8.0
- Feature - Payson events will now be scheduled using the WC Action Scheduler.
- Fix - Fixed an issue where the customer could not change subscription payment method to Payson.
- Fix - Fixed an issue where Payson would not be available as payment option on the pay for order page if the order's payment method was not set to Payson.
- Fix - Removed reference to the deprecated wc_get_log_file_path function.
- Tweak - Prevent the Payson order from being modified if it has already been finalized.
3.7.1
3.7.0
3.6.1
3.6.0
- Feature - Added supports for multiple checkout layouts.
- Fix - Fixed an issue where the customer could not pay for a subscription through their account page.
- Tweak - Added a remote order status check to prevent error due to conflicting local and remote order status.
- Tweak - Payson do not support changing subscription payment method through their API. This feature support has therefore been removed from WooCommerce for Payson orders. You can still changing payment method through Payson's account page.
3.5.1
- Fix - Fix a fatal error caused by a check in PHP versions older than 8.0.0.
3.5.0
- Feature - Added alternative checkout layouts.
- Fix - Fixed a fatal error that sometimes happens when updating the Payson order reference.
- Fix - Check if a session is available before attempting to retrieve the payment ID.
- Fix - Fixed an issue where when attempting to refund a recurring payment ("subscription"), 404 was returned.
- Fix - The Payson confirmation should now appear properly on the thank-you page in cases where the customer would reload the page.
- Fix - Fixed an issue where recurring payments would not be refunded due to a credit mismatch.
- Tweak - Modified the way we identify and retrieve the order to be refunded.