All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.3 - 2023-01-12
- Fixes
SingletonCRUDController
service and alias declaration
2.0.2 - 2023-01-11
- With the files, it's better...
2.0.1 - 2023-01-11
- Rename configuration files
- Makes the bundle compatible with PHP >= 8.0
- Makes the bundle compatible with Symfony >= 5.0
- Makes the bundle compatible with Doctrine ORM >= 2.13
- Drops support for PHP < 8.0
- Drops support for Symfony < 5.0
- Removes useless
Configuration
file
- Adds stricter typing, wherever possible, to properties, method signatures and return values
- Adds an alias (
umanit_doctrine_singleton.controller.singleton_crudcontroller
) for theSingletonCRUDController
- Initial version of this CHANGELOG