Commerce 0.5.1 is now available. This release fixes a really annoying save bug in the dashboard which would create duplicates if you save an object after it is first created, as well as a number of other bugs our amazing testers have reported.
Here’s the changelog for this release:
- [snippets] Fix issue with get_product snippet not setting placeholders
- [checkout] Put a few hard-coded cart/checkout strings into the lexicon
- [checkout] Set button type to submit to fix remove item button in cart
- [checkout] Move to top to ensure submitting the form uses the update cart button
- [checkout] Only handle cart update or remove item from cart per POST.
- [checkout] Ignore product add to cart where quantity is less than 1
- [gateways] Make sure notify/webhook URLs are generated as a full URL
- [dashboard] Fix save after create causing duplicate records [#76]