Skip to content

Releases: theofidry/AliceDataFixtures

1.9.0

09 Mar 12:41
2098f47
Compare
Choose a tag to compare

This release adds support for Doctrine ORM 3. Note that it removes support for Doctrine ORM 2.

Features

  • Add Doctrine 3 support (#304)

1.8.3

09 Mar 09:52
711b52f
Compare
Choose a tag to compare

Empty release, final release before pushing one switching from Doctrine 2 to Doctrine 3. The purpose of this release is to be able to easily branch off this tag if patches for the Doctrine 2 support are needed.

1.8.2

08 Mar 20:04
c10b0fe
Compare
Choose a tag to compare

Fixes

  • Fix undesired rector refactoring (#306)

Misc

  • Fix docker images hosts on linux systems (#307)

1.8.1

08 Mar 14:48
5b29c53
Compare
Choose a tag to compare

Fixes

  • Fix parameters not marked as nullable but with a default null value (PHP 8.4 compatibility) (#291)
  • Tighten the Doctrine ORM dependency conflict (#301)
  • Fix the conflict rules for lowest deps compatibility (#303)

1.8.0

13 Nov 15:39
532f094
Compare
Choose a tag to compare

Features

  • Bump min PHP version to 8.3 (#271)
  • Drop support for Symfony 5.4 (#272)

Fixes

  • Fix Doctrine/ORM minimum compatibility (#277)
  • Fix eloquent minimum dependency version compatibility (#278)
  • Fix Symfony bundles minimum compatibility (#280)
  • Disable foreign keys check for purge (#281)

1.7.2

05 Jul 21:19
39a2fb2
Compare
Choose a tag to compare

Fixes

  • Remove usage of the deprecated base extension from HttpKernel (#266)

1.7.1

18 Mar 12:42
c05882a
Compare
Choose a tag to compare

Fixes

  • Clear entity persister on restoring class metadata (#264)

1.7.0

03 Dec 21:51
34e4751
Compare
Choose a tag to compare

Features

  • Remove support for non LTS versions of Symfony 6 (#248)

Fixes

  • Fix a doctrine deprecation (#225)
  • Fix DoctrineDBAL deprecation (#262)

1.6.0

03 Jul 13:41
798ea2b
Compare
Choose a tag to compare

Features

  • Remove support for PHP 7.4 & PHP 8.0 & Symfony 4.4 (#219)

1.5.2

02 Jul 09:03
1ba759a
Compare
Choose a tag to compare

Bugfixes

  • Accept arrays of entities (#218)
  • Require doctrine/annotations (#204)

Misc

  • Correct link of the CI badge (#208)
  • Fix Composer allow plugins (#212, #213)