Another patch release v9.0.3. For full details on changes made, please see the corresponding section of our changelog
What has changed in Shopsys Framework?
Changes
- [#2036] move creation of FilterQuery from facade to factory
- Thanks to @TomasLudvik
- [#2046] pagination now works with right number of products
- Thanks to @TomasLudvik
- [#2043] frontend API now correctly uses methods from frontend API facades instead of framework ones
- Thanks to @TomasLudvik
- [#2041] Moved methods used only by FE API from framework facades to FE API facades
- Thanks to @TomasLudvik
- [#2038] required symfony/http-kernel in 4.4.13 or higher due to security issue
- Thanks to @s3tezsky
Fixes
- [#2050] fixed loading of multi design templates
- Fixed incorrect loading of templates of application with multiple designs
- Thanks to @TomasLudvik
- [#2026] fixed import path in ecs configurations
- With this PR we are reflecting changes in simplify package
- Thanks to @s3tezsky