Here we go, patch version v9.0.2 is here. Thanks to our community for all the issues and pull requests created on our Github. For full details on changes made, please see the corresponding section of our changelog
What has changed in Shopsys Framework?
Changes
- Better extensibility of article form type (#1941)
- It is much simpler to create new placement for adverts.
- Thanks to @pesektomas
- Optimization of calling replacing extended entities in queries (#1933)
- Thanks to @pk16011990
- Run tests with different Redis database (#1985)
- Tests are running on different database than application to avoid affecting running application.
- Thanks to @TomasLudvik
- Thanks to @simara-svatopluk for reporting
Fixes
- Allowed choice of variant product in product picker window after search with not allowed variants (#1966)
- Application now correctly hides variants from search results when disabled in configuration.
- Thanks to @s3tezsky
- Thanks to @thirdknown for reporting
- QueryBuilderExtender ignores different alias for joined table (#1971)
- It is possible to join table multiple times with different aliases
- Thanks to @s3tezsky
- Thanks to @pk16011990 for great reporting
- Fixed removing friendly urls (#1972)
- It is now possible to remove default friendly URLs, after the entity is renamed.
- Thanks to @s3tezsky
- Temporary fileupload is now uploaded to abstract filesystem (#1955)
- Uploaded files are now correctly stored on remote storage (eg. S3).
- Thanks to @TomasLudvik
- Thanks to @pk16011990 for reporting
- Remove customer and his addresses with customer user (#1977)
- When a customer user is deleted, his billing address and customer are removed from the database too (if unused by other customer user).
- Thanks to @TomasLudvik
- Thanks to @vitek-rostislav for reporting
- Time zone for running crons (#2000)
- Fixes problems with running cron job at desired times regardless of configured timezone.
- Thanks to @TomasLudvik
…and many more, see changelog on Github for full list.