v2.13.4
medusajs/medusav2.13.4Mar 14, 2026by olivermrbl
AI Summary
Adds experimental support for translatable return and refund reasons, allows carrying over promotion flags on claims, and improves error visibility in the dashboard.
Key Highlights
- Make return and refund reason translatable
- Carry over promotions flag on claims
- Show error details in dashboard development mode
New Features
- Translatable return and refund reasons
- Carry over promotions on claims
- Error details display in dev mode
Full Release Notes
## Features * feat(order,payment): make return and refund reason translatable by @NicolasGorga in https://github.com/medusajs/medusa/pull/14797 * feat: carry over promotions flag on claims by @fPolic in https://github.com/medusajs/medusa/pull/14842 * feat(dashboard): show error details in development mode by @shahednasser in https://github.com/medusajs/medusa/pull/14875 ## Bugs * fix(core-flows): ensure reason ids is an array in `validateReturnReasons` util by @NicolasGorga in https://github.com/medusajs/medusa/pull/14836 * fix(ui): propagate data table scroll by @fPolic in https://github.com/medusajs/medusa/pull/14849 ## Documentation * chore(docs): Updated UI Reference (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/14822 * docs: remove ignored resources from references by @shahednasser in https://github.com/medusajs/medusa/pull/14841 * docs: add plaintext doc message to markdown content responses by @shahednasser in https://github.com/medusajs/medusa/pull/14888 ## Chores * chore(docs): Update version in documentation (automated) by @github-actions[bot] in https://github.com/medusajs/medusa/pull/14821 * chore: add ignore tags for rbac by @shahednasser in https://github.com/medusajs/medusa/pull/14839 * chore: Fix zod imports in RBAC by @olivermrbl in https://github.com/medusajs/medusa/pull/14866 ## Other Changes * fix: exit build with error if types generation fails by @peterlgh7 in https://github.com/medusajs/medusa/pull/14852 * docs(resources): fix venue schema import in ticket booking guide by @flatplanetpl in https://github.com/medusajs/medusa/pull/14868 ## New Contributors * @flatplanetpl made their first contribution in https://github.com/medusajs/medusa/pull/14868 **Full Changelog**: https://github.com/medusajs/medusa/compare/v2.13.3...v2.13.4