Highlights
Fixes regression with listing price preferences
Adds version to credit lines
This version adds column version to order credit lines and is used for keeping track of credit lines during order edits.
This addition comes with a migration, so after upgrading run the following command to apply it:
npx medusa db:migrate
Features
- feat(order,dashboard): version order credit lines by @willbouch in #13766
Bugs
- fix(test-utils): Duplicated subscribers re insertion by @adrien2p in #13798
- fix: prevent jobId collisions on workflow step retries by @srindom in #13786
- fix(medusa): images recreate on product update by @fPolic in #13813
Documentation
- chore(docs): Updated API Reference (automated) by @github-actions[bot] in #13794
- docs: fixes to API and JS SDK references by @shahednasser in #13795
- docs: fixes to type errors in guides by @shahednasser in #13797
- docs: change Medusa Cache setup information by @shahednasser in #13802
- docs: fix text in payload guide by @shahednasser in #13815
- docs: change binary encoding to base64 in file upload references by @shahednasser in #13811
- docs: add cache to comparison document + pricing fixes by @shahednasser in #13812
- docs: avalara integration tutorial by @shahednasser in #13808
- docs-util: remove inferring of query parameters by @shahednasser in #13834
- docs: clarify how emitEventStep emits an event in a workflow by @shahednasser in #13836
- docs: add error page by @shahednasser in #13839
- docs: improvements to tax related docs by @shahednasser in #13845
- docs: show possible similar pages on 404 page by @shahednasser in #13840
- docs: fixes to docker installation guide by @shahednasser in #13847
- docs: updates to installation doc by @shahednasser in #13848
Chores
- chore(docs): Update version in documentation (automated) by @github-actions[bot] in #13791
- chore(docs): Generated References (automated) by @github-actions[bot] in #13793
- chore(docs): Generated DML JSON files (automated) by @github-actions[bot] in #13790
- chore(docs): Updated UI Reference (automated) by @github-actions[bot] in #13792
- chore: fixes to refund reasons tsdocs by @shahednasser in #13796
- chore(workflow-engine-*): cleanup and improvements by @adrien2p in #13789
- chore: update description of emitEventStep by @shahednasser in #13838
- chore: improve TSDocs for tax provider module by @shahednasser in #13846
Other Changes
- fix(): Remove redundant indexes to resolve schema warnings by @DDA1O1 in #13736
- feat(payment-stripe): merge custom metadata along with session_id on payment initiation by @vethan in #13801
- Added shipping method data to tax module context by @pepijn-vanvlaanderen in #13747
- fix(js-sdk): add missing query param to deleteLineItem jsdoc by @andershermansen in #13835
- feat(admin-*,dashboard): add dashboard i18n extensions by @leobenzol in #13763
New Contributors
- @DDA1O1 made their first contribution in #13736
- @andershermansen made their first contribution in #13835
Full Changelog: v2.11.0...v2.11.1