Skip to content

3.20.13

Latest
Compare
Choose a tag to compare
@poulch poulch released this 11 Oct 10:17
· 119 commits to main since this release
9e5b54a

🪲 Fixes:

  • 1ff350a: Assigning product to shipping method weight rate no more cause error by @poulch

🍇 Improvements:

  • be5d5e6: Modals in the Dashboard have been aligned, so that all contain the close button by @poulch

⚙️ Maintenance:

  • 04d16fc: Add e2e for managing products on draft order. Add e2e for placing draft orders for non-existing customers by @szczecha
  • 8ea94af: Enable by default feature flag for discount rules. Remove feature flags for product and order expression filters, so that the expression filter will always show. Cleanup dead code after removing feature flags by @poulch
  • fc80e34: Knip was added to the codebase and workflow triggered on the pull request. This means developers will now be informed about unused exports and files by @Cloud11PL