Skip to content

Releases: theofidry/AliceDataFixtures

1.11.0

21 Dec 18:35
Immutable release. Only release title and notes can be modified.
011a482

Choose a tag to compare

Features

  • Bump minimum PHP version to 8.4 (#339)
  • Drop support for Symfony 6.4 (#340)
  • Bump the Eloquent minimum version to v12 (#342)
  • Allow WebmozartAssert v2 (#346)

1.10.0

18 Dec 22:02
Immutable release. Only release title and notes can be modified.
e18232e

Choose a tag to compare

Features

  • Add support for Symfony 8 (#335, #338)

Fixes

  • Keep the original exception caught in the trace (#316)

1.9.0

09 Mar 12:41
2098f47

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

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

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

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

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

Choose a tag to compare

Fixes

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

1.7.1

18 Mar 12:42
c05882a

Choose a tag to compare

Fixes

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

1.7.0

03 Dec 21:51
34e4751

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)