Skip to content

Releases: duncanmcclean/simple-commerce

v5.6.2

18 Nov 16:25
Compare
Choose a tag to compare

What's fixed

  • Fixed missing Control Panel nav items when using database orders & logged in as a non-super-user #937 #938 by @duncanmcclean

v5.6.1

16 Nov 20:13
Compare
Choose a tag to compare

What's fixed

  • The Product Variants fieldtype now augments fields with the config for each of the fields #936 by @duncanmcclean

What's improved

  • Tidied up empty state for Tax & Coupon pages in the Control Panel #628 by @duncanmcclean
  • Notifications are now disabled by default

v5.6.0

27 Sep 21:03
Compare
Choose a tag to compare

What's new

  • Added anonymous telemetry #924

What's improved

  • Improved how tax is displayed when included in prices #922

v5.5.0

12 Sep 20:06
7887aae
Compare
Choose a tag to compare

What's new

v5.4.0

11 Sep 22:45
5f36718
Compare
Choose a tag to compare

What's new

What's improved

  • Refactored the Product Variants field behind the scenes to support field conditions! 🎉 #913 #917 by @duncanmcclean

What's fixed

  • Fixed failing tests after recent tweaks to Country & Region fieldtype #919 by @duncanmcclean

v5.3.8

08 Sep 00:42
b4c817e
Compare
Choose a tag to compare

What's fixed

  • Fixed an error caused by the Line Item Tax fieldtype when it was being augmented by @duncanmcclean

v5.3.7

06 Sep 00:19
4d21c27
Compare
Choose a tag to compare

What's fixed

  • Fixed errors using the "Overview" page with Database Orders #911 by @duncanmcclean
  • Fixed empty dropdown when using Country & Region fieldtypes in Select mode #909 by @duncanmcclean
  • Re-ordered steps in migration process for migrating orders/customers to the database #910 by @duncanmcclean

v5.3.6

28 Aug 22:16
f16adef
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue where customers were created in the default site, instead of the order's site #899 #903 by @duncanmcclean

v5.3.5

19 Aug 21:01
c0c5b5c
Compare
Choose a tag to compare

What's fixed

  • Fixed an issue in multi-site, where new orders would always be created in the default site #899 #900 by @duncanmcclean
  • Fixed an issue where the customer could see an empty cart on the post-checkout page #901 by @duncanmcclean
  • Fixed the "Are you sure you want to leave this page?" warning from popping up when using the Money Fieldtype #897 #902 by @duncanmcclean

v5.3.4

12 Aug 17:10
e0077e8
Compare
Choose a tag to compare

What's improved

  • Improved docblocks in the Coupon, Customer, Order and Product facades
  • The billingAddress and shippingAddress methods now check a few more fields when deciding if an address is present or not