Skip to content

Releases: Dintero/Dintero.Checkout.WooCommerce.V2

1.10.8

07 Jan 09:00
30b35b8
Compare
Choose a tag to compare
  • Enhancement - We will now read the order again from the database before checking if it's already been confirmed before processing the confirmation step, this is to ensure that the order is not confirmed twice, which could happen in rare cases and caused stock values to be reduced twice in WooCommerce.

1.10.7

19 Aug 10:27
5d93c18
Compare
Choose a tag to compare
  • Fix - Fixed an issue related to 'woocommerce_new_order_item' where calling save() would result in the order ID being set to 0. This should improve compatibility with other third-party plugins that hook onto this action.

1.10.6

11 Jul 14:20
4a8a552
Compare
Choose a tag to compare
  • Fix - Fixed an issue related to the plugin settings overhaul. The setting migration should now work as intended. Please verify that the new "Checkout flow" plugin setting option is what you expect.

1.10.5

01 Jul 12:20
91737d1
Compare
Choose a tag to compare
  • Fix - Fixed an issue where if the "Shipping destination" in Woo was set to default to shipping, the checkout validation would always be rejected due to missing shipping address.
  • Fix - Fixed an issue where the shipping address fields were not always enabled, although the plugin setting "Allow separate shipping address" was enabled.

Note, this release is for advanced users and developers only.

1.10.4

26 Jun 13:27
ea2cc12
Compare
Choose a tag to compare
  • Fix - Fixed an issue where the CSS file was not enqueued causing the checkout layout for Express checkout to always be a single-column.

1.10.3

25 Jun 15:48
916e207
Compare
Choose a tag to compare
  • Fix - Fixed critical error when reading settings.

1.10.2

25 Jun 09:38
7cfb8c2
Compare
Choose a tag to compare
  • Fix - Fixed an issue where if only one customer type was set, and separate shipping was enabled, a JSON error would occur.
  • Tweak - The plugin settings has been overhauled. While your existing settings should be automatically converted, please verify that this is the case, and make sure to save the settings again.

1.10.1

19 Jun 11:52
024fde9
Compare
Choose a tag to compare
  • Tweak - Bump plugin version in main PHP file.

1.10.0

19 Jun 07:52
65626a5
Compare
Choose a tag to compare
  • Feature - Add support for different billing and shipping address in Express checkout.
  • Fix - The shipping company should now be saved to the order as intended.
  • Tweak - WooCommerce Blocks is not yet supported.
  • Tweak - Updated Web SDK to v0.8.8.

1.9.3

27 May 08:35
1dd7e4f
Compare
Choose a tag to compare
  • Tweak - Respond with a 500 status code in callback if the order is not found.
  • Tweak - Account for manually refunded items in calculation when performing a capture.
  • Tweak - Add the captured or refunded amount to the order note.