Skip to content

Releases: duncanmcclean/simple-commerce

v5.3.2

21 Jul 21:13
b77702c
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue where the Delete action was missing on anything but coupons

v5.3.1

20 Jul 17:18
af2a44e
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue with the Mollie webhook #890 #891

v5.3.0

03 Jul 11:41
11fd08a
Compare
Choose a tag to compare

What's improved

  • Rebuilt the Coupons Listing Table #885
  • Improved the UX around creating/editing coupons #888 #889

What's fixed

  • Order & Payment Status labels are now translatable #883 #886
  • Fixed the 'Expiry Date' field causing validation errors when saving coupons #887

v5.2.2

21 Jun 19:00
b54fcaf
Compare
Choose a tag to compare

What's fixed

  • Rollback tax calculation fix #882

v5.2.1

16 Jun 12:07
03840b4
Compare
Choose a tag to compare

What's fixed

  • Fixed issues with tax calculations #880

v5.2.0

14 Jun 00:39
532dcbf
Compare
Choose a tag to compare

What's new

  • PHP 8.1 is now supported again! #878

What's fixed

  • Fixed error when using Database Orders & Runway v5.x #876 #877

v5.1.0

27 May 14:37
b9d3163
Compare
Choose a tag to compare

What's new

What's improved

  • Gateway Webhooks are now automatically excluded from CSRF protection #875
  • The Order Calculator has been refactored #873
  • Changed the way tests are skipped #872

Note: Extending the calculator

If you're extending the Calculator class at all, you want to read these notes about changes to how the calculator works.

v5.0.3

20 May 05:57
da2154a
Compare
Choose a tag to compare

What's fixed

  • Fixed 'Paid Date' not being migrated correctly to the status log, during the v5 upgrade #871 by @ajcsilva

v5.0.2

16 May 19:25
493469d
Compare
Choose a tag to compare

What's fixed

  • A validation error will now be thrown when adding a variant product to the cart without a variant #867 #870

v5.0.1

09 May 21:00
d411e5e
Compare
Choose a tag to compare

What's fixed

  • Fixed an error during the update process