Skip to content

Releases: krokedil/paysoncheckout-for-woocommerce

3.9.0

11 Nov 11:19
ce1cf8d
Compare
Choose a tag to compare
  • 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

23 Oct 12:13
7b4162c
Compare
Choose a tag to compare
  • Fix - Fixed a critical error in the logger.
  • Tweak - Added the request URL to the logging data for improved traceability.

3.8.0

13 Aug 08:22
3123011
Compare
Choose a tag to compare
  • 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

02 Feb 09:28
87fb816
Compare
Choose a tag to compare
  • Fix - Fixed an issue where the incorrect language would be set in the checkout.

3.7.0

29 Jan 09:19
8d06758
Compare
Choose a tag to compare
  • Feature - Added support for WooCommerce's "High-Performance Order Storage" ("HPOS").
  • Feature - Added support for Danish and Norwegian.
  • Fix - Resolved deprecation warnings.

3.6.1

29 Aug 08:00
92a92c4
Compare
Choose a tag to compare
  • Fix - Fixed an issue where a string comparison failed due to HTML entities in the item name.
  • Fix - Revert changes from previous update that prevented renewal of failed subscriptions.

3.6.0

28 Aug 09:44
b701501
Compare
Choose a tag to compare
  • 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

28 Feb 14:35
33e9f5c
Compare
Choose a tag to compare
  • Fix - Fix a fatal error caused by a check in PHP versions older than 8.0.0.

3.5.0

28 Feb 10:34
ee92d7f
Compare
Choose a tag to compare
  • 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.

3.4.4

29 Sep 13:48
1598e2a
Compare
Choose a tag to compare
  • Fix - Fixed a syntax error that causes a crash.
  • Tweak - Verify that the Payson settings are properly loaded before modifying them.