PrestaShop
Open source e-commerce platform for building an online store
Alternative to: shopify, woocommerce, bigcommerce, magento
9.0.0
2025-06-10π PrestaShop 9 is now available!
After over two years of development, PrestaShop 9 brings some big updates, all shaped by feedback and collaboration with the community.
Whatβs new? πΉ Symfony 6.4 long-term support version πΉ PHP 8.1 - 8.4 support πΉ A completely new Admin API πΉ Modern Hummingbird theme πΉ Better developer experience across the board
This release marks a major step forward for merchants, developers, and integrators.
π Explore the details on the Build blog: https://build.prestashop-project.org/news/2025/prestashop-9-0-available/
It includes multiple bug fixes and improvements in addition to all the changes that were already released in PrestaShop 9.0.0 Beta 1 and PrestaShop 9.0.0 RC 1.
Download PrestaShop
π Follow the download on the release note: https://build.prestashop-project.org/news/2025/prestashop-9-0-available/#download-prestashop-9
Changelog
Click here to read the changes since RC 1
- Back Office:
- Improvement:
- #38841: Small refacto LegacyControllerContext (by @boherm)
- #38849: Change criteria to hide invalid endpoints (by @jolelievre)
- #38783: Update API module and improve CQRS not found filtering in API (by @jolelievre)
- Bug fix:
- #38199: Fix: Cannot use βtypeβ => βfileβ on HelperOptions on PS 9.0.x (by @Codencode)
- #38795: Fix LegacyControllerContextBuilder to use physicalUri (by @boherm)
- Improvement:
- Core:
- Improvement:
- #38820: Update Symfony components after 6.4.22 release (by @nicosomb)
- #38491: OrderSlipCreator Hook actionOrderSlipAdd => add order slip object to hook param (by @Mch0)
- Improvement:
- Tests:
- Improvement:
- #38793: Functional Tests : API : Check endpoints (by @Progi1984)
- #38789: Functional Tests : API :
PATCH /product/{productId}(by @Progi1984)
- Bug fix:
- #38749: TextWithLengthCounterType : Support for existing CSS class (by @Progi1984)
- Improvement: