Skip to content

Releases: debesha/DoctrineProfileExtraBundle

1.4.2: Support multiple entity managers

28 Jun 09:16
Compare
Choose a tag to compare
Injecting the ManagerRegistry gives us access to the entire set of
entity managers; this means we can loop through them and collect all
available data.

1.4.1

25 Jun 07:26
Compare
Choose a tag to compare
Make LoggingHydratorTrait::hydrateAll signature compatible with ORM 2…

1.4

21 Jun 06:44
Compare
Choose a tag to compare
1.4
feat: drop support for PHP < 8.0

drop support for twig < 2.15.6
bump min versions
add PHP strong types

1.3.10

25 Jan 14:17
Compare
Choose a tag to compare

What's Changed

  • Revert "fix: avoid deprecation EntityManager" by @debesha in #28

Full Changelog: 1.3.9...1.3.10

1.3.9

24 Jan 08:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.8...1.3.9

1.3.8

29 Sep 11:48
Compare
Choose a tag to compare
fix: deprecation warning newHydrator

1.3.7

01 Jul 19:01
Compare
Choose a tag to compare
Add some return types

1.3.6

15 Jun 18:41
Compare
Choose a tag to compare
Add twig/twig v3 support

1.3.5

09 Jun 07:11
Compare
Choose a tag to compare
Symfony 6 compatibility

1.3.4

11 Apr 06:57
Compare
Choose a tag to compare
Symfony 5 and doctrine-bundle v2 compatibility