Skip to content

Releases: symfony2admingenerator/GeneratorBundle

Bugfix release

16 Feb 19:23

Choose a tag to compare

Bugfix release Pre-release
Pre-release
v3.0-beta2

Fix execution order in ActionsBuilder

Beta release for Symfony 5 and PHP 8.1

15 Feb 21:12

Choose a tag to compare

Pre-release

It works for me, but many features are untested and probably deprecated. I don't think everything can be fixed, but I'm not the person to decide what should be removed.

Compatibility fix

07 Aug 20:46
8592dc1

Choose a tag to compare

Small maintenance release to remove possible warning with token_get_all

Doctrine Inflector compatibility release

22 Jul 09:54
60fecc7

Choose a tag to compare

Prevent issues with Doctrine Inflector due to null string in ExcelBuilder

PHP7.2 compatibility release

01 May 18:53

Choose a tag to compare

v2.5.2

Updated sizeof usage to be fully compatible with php7.2 (#323)

Small bugfix release

01 Aug 18:20
692eb54

Choose a tag to compare

Fix translations in boolean filters

Support for new PHPSpreadsheet

16 May 20:20
e52d579

Choose a tag to compare

This release enables support for the new PHPSpreadsheet library, while keeping support for the older PHPExcel library.

Small type error fix

06 Feb 11:39
abcc478

Choose a tag to compare

The scale option for NumericType doesn't accept empty strings since SF 2.7, so that has been corrected to null.

Small patches

15 Nov 19:08

Choose a tag to compare

  • Fixed @return annotation in ActionsController
  • Missing var added for variable declaration in scope

No longer translate filter form labels

11 Sep 18:08

Choose a tag to compare

v2.4.0

Prevent double translation in Filter form label by treating it the sa…