v1.20.10
medusajs/medusav1.20.10Sep 16, 2024by olivermrbl
AI Summary
This v1.20.10 release focuses on fixing minor issues with the Job Scheduler service, PayPal integration, and the Admin UI.
Key Highlights
- Fixed Job Scheduler service worker assignment
- Fixed Admin UI dropdown menu z-index issues
- Fixed PayPal-related bugs
Full Release Notes
<!--  # Version 1.20.10 This version solves minor issues with the Job Scheduler service. CMS_BREAK --> ### Bugs * fix: assign scheduled job worker to JobSchedulerService class by @u11d-bartlomiej-galezowski in https://github.com/medusajs/medusa/pull/8891 * fix: Renamed the `JobSchedulerService` queue's name by @adevinwild in https://github.com/medusajs/medusa/pull/9000 * fix(admin-ui): product category state in edit modal by @ikhvost in https://github.com/medusajs/medusa/pull/9051 * fix: `instanceof MedusaError` does not work by @McTom234 in https://github.com/medusajs/medusa/pull/9107 ### Documentation * docs(v1): fix link to regions API reference by @shahednasser in https://github.com/medusajs/medusa/pull/8867 * docs(v1.x): update PostgreSQL plan in heroku deployment guide by @shahednasser in https://github.com/medusajs/medusa/pull/8931 **Full Changelog**: https://github.com/medusajs/medusa/compare/1.20.10...v1.20.11