Skip to content

Releases: symfony2admingenerator/GeneratorBundle

Beta release for Symfony 5 and PHP 8.1

15 Feb 21:12
Compare
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
Compare
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
Compare
Choose a tag to compare

Prevent issues with Doctrine Inflector due to null string in ExcelBuilder

PHP7.2 compatibility release

01 May 18:53
Compare
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
Compare
Choose a tag to compare

Fix translations in boolean filters

Support for new PHPSpreadsheet

16 May 20:20
e52d579
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v2.4.0

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

Fix for pregenerated UUIDs

21 Aug 16:03
Compare
Choose a tag to compare
v2.3.1

Fixed #312, UUID can be used for entity IDs, it is enough to check on…