v1.20.9

medusajs/medusav1.20.9Jul 29, 2024by olivermrbl

AI Summary

This minor version release addresses bugs related to price calculation, Medusa Admin configuration, and a UI Widget issue within the Stripe plugin.

Key Highlights

  • Fix for Stripe paid amount calculation.
  • Fix for cart ID passing to ensure correct price calculation.
  • Allow `backend` to pass through in development mode.

New Features

  • Fix for Stripe paid amount
  • Pass cart_id so prices calculate correctly
  • Allow backend to pass through in development

Full Release Notes

<!-- 
![image](https://github.com/user-attachments/assets/0967e722-f315-4c86-92e8-bc88e617db90)

# Version 1.20.9

This version solves minor issues with price calculation, Medusa Admin configuration, and a UI Widget in the Stripe plugin.

CMS_BREAK -->

## Fixes
* fix: Add fix for Stripe paid amount by @pepijn-vanvlaanderen in https://github.com/medusajs/medusa/pull/8234
* fix: Pass cart_id so that prices can be calculated correctly. by @Arsenalist in https://github.com/medusajs/medusa/pull/7554
* fix(admin): Allow `backend` to pass through in development by @kasperkristensen in https://github.com/medusajs/medusa/pull/8231


**Full Changelog**: https://github.com/medusajs/medusa/compare/v1.20.8...v1.20.9