Skip to content

Releases: larriereguichet/AdminBundle

v0.5 (pre-v1.0)

24 Nov 12:32
6719fb7
Compare
Choose a tag to compare
  • Pre-release with migration to Symfony 4

v0.4.5

28 Jan 15:43
Compare
Choose a tag to compare
  • fix adding a global variable in Twig when it is not initialized
  • fixing tests with after dependencies update

v0.4.4

05 Jan 17:02
Compare
Choose a tag to compare

Bugfix :

  • fix bug when retrieving multiple entities without pagination (pagination was still activated)
  • fix wrong method in delete twig template

v0.4.3

07 Dec 21:23
Compare
Choose a tag to compare

Improvements :

  • Improve request filtering process
  • Improve testing
  • Separate DataProviders creation from Admin class

Bugfix :

  • Fix error on translation key (#63)
  • Fix display of create notification (#58)
  • Fix order parameter for action (#59)

v0.4.2

23 Oct 11:02
Compare
Choose a tag to compare
  • 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

12 Sep 19:27
Compare
Choose a tag to compare
  • Improving routing configuration
  • Fixing translation key on actions messages
  • Fix bug in DataProvider causing missing entities in list view
  • Remove tinyMce dependencies

v0.4

04 Jun 21:51
Compare
Choose a tag to compare
  • Symfony 3.0 support
  • Configuration, Action and Admin refactored
  • Yaml configuration reorganized
  • Menu integration