Skip to content

Releases: tetranz/select2entity-bundle

Version 3.1.0

28 Sep 11:44
66f5154
Compare
Choose a tag to compare

Compatible with doctrine/persistence 2.0.0.

Version 3.0.0

23 Sep 00:47
4632645
Compare
Choose a tag to compare

Code tidyup for Symfony 4+ only.

Allow extra parameters in ajax query.

Version 2.10.1

21 Sep 15:39
1d4b184
Compare
Choose a tag to compare

Bug fix. Request object was no being returned to select2.

Version 2.10.0

07 Jul 23:07
67b61be
Compare
Choose a tag to compare

PSR 4
apply spaceless
Optional class_type parameter.

Version 2.9.6

17 Jun 12:36
fe03aa2
Compare
Choose a tag to compare

Fix to allow ajax url to be changed.
Symfony > 4.1 compatibility fix.

Version 2.9.5

05 Mar 03:04
c57281f
Compare
Choose a tag to compare

Removed Symfony version requirement to make it work with Symfony 4.

Version 2.9.4

30 Oct 01:17
dda18dc
Compare
Choose a tag to compare

Include other field values in request.
General code improvements and tidyup.

Version 2.9.3

25 Apr 12:26
Compare
Choose a tag to compare

Moved the tag resubmit logic into the transformers for more flexibility with custom transformers.

Version 2.9.2

19 Apr 16:06
Compare
Choose a tag to compare

Fixed a bug when form is resubmitted with new entities added via tags.
Some code cleanup.

Version 2.9.1

26 Mar 15:01
Compare
Choose a tag to compare

Restores custom object manager option that was accidentally removed.