Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PrestaShop 9.0.0 source code.tar.gz | 2025-06-06 | 28.0 MB | |
PrestaShop 9.0.0 source code.zip | 2025-06-06 | 40.3 MB | |
README.md | 2025-06-06 | 2.0 kB | |
Totals: 3 Items | 68.3 MB | 26 |
🚀 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.
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) - 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) - 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)