Skip to content

Releases: symfony2admingenerator/FormExtensionsBundle

v4.1.2

24 Feb 19:57

Choose a tag to compare

What's Changed

  • Fix reference to deprecated Extension class by @tobias-93 in #91

Full Changelog: v4.1.1...v4.1.2

v4.1.1

13 Jan 21:12

Choose a tag to compare

What's Changed

  • Do not set form data in postSubmit listener, not needed anyway since data is already the object by @tobias-93 in #90

Full Changelog: v4.1.0...v4.1.1

v4.1.0

02 Dec 18:56

Choose a tag to compare

What's Changed

  • Add compatibility with Symfony 7 and 8, rework service config to PHP by @tobias-93 in #89

Full Changelog: v4.0.3...v4.1.0

v4.0.3

06 May 21:16

Choose a tag to compare

What's Changed

  • Fix nullable typing causing a deprecation in PHP 8.4 by @tobias-93 in #88

Full Changelog: v4.0.2...v4.0.3

v4.0.2

25 Feb 21:12

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

Fix deprecations and old reference

07 May 20:49
612a0a3

Choose a tag to compare

What's Changed

  • Fix wrong reference and fix deprecation in return type by @tobias-93 in #86

Full Changelog: v4.0.0...v4.0.1

Migrate to Font Awesome 6

21 Nov 20:03

Choose a tag to compare

If you still use Font Awesome 4, your icons will stop working! If you use Font Awesome 5, it might keep working but it has not been tested.

Fix Vich uploader interaction

18 Apr 17:51
462cb47

Choose a tag to compare

Fix Vich uploader reference

Directly reference the uploader helper instead of the extension, fixing issues with the newer Vich uploader versions that use feature the lazy Twig extension.

Fixed return type

10 Mar 11:51
f527829

Choose a tag to compare

v3.0.3

Fix return type in Twig extension

Bugfix release

21 Feb 17:20

Choose a tag to compare

v3.0.2

Fix possible issue with getting the Session before it has been populated