Releases: larriereguichet/AdminBundle
Releases · larriereguichet/AdminBundle
v0.5 (pre-v1.0)
- Pre-release with migration to Symfony 4
v0.4.5
- fix adding a global variable in Twig when it is not initialized
- fixing tests with after dependencies update
v0.4.4
Bugfix :
- fix bug when retrieving multiple entities without pagination (pagination was still activated)
- fix wrong method in delete twig template
v0.4.3
v0.4.2
- Add the request handler service to separate request handling from the admin factory
- Fix default configuration options for list actions ( #66 , #64 )
- Improve the display of fields containing html
- Improve events system
- Improve admin factory
- Remove creation message in Admin create action ( #58 )
- Minor fixes for php7
v0.4.1
- Improving routing configuration
- Fixing translation key on actions messages
- Fix bug in DataProvider causing missing entities in list view
- Remove tinyMce dependencies
v0.4
- Symfony 3.0 support
- Configuration, Action and Admin refactored
- Yaml configuration reorganized
- Menu integration