Skip to content

Releases: phpcr/phpcr-migrations-bundle

1.6.0

05 Apr 15:49
@dbu dbu
1.6.0
d59c4a9
Compare
Choose a tag to compare
  • Support Symfony 7
  • Allow installation with PHPCR-ODM 3.0.
  • Deprecate using Symfony\Component\DependencyInjection\ContainerAwareInterface in favor of
    PHPCR\PhpcrMigrationsBundle\ContainerAwareInterface as Symfony 7 dropped its
    ContainerAwareInterface.
    On Symfony 6, the legacy ContainerAwareInterface continues to be supported.

1.5.0 (broken)

19 Mar 07:54
@dbu dbu
1.5.0
Compare
Choose a tag to compare

⚠️ do not use this release

Symfony 7 dropped the ContainerAwareInterface, so migrations relying on that interface will be broken. See version 1.6 for a fix.

This release installs phpcr-odm 2 with phpcr-bundle 2 which is not a valid combination. If you want to use phpcr-odm 2, wait for the phpcr-migrations-bundle 2, which will allow phpcr-bundle 3.

  • Allow installation with Symfony 7
  • Drop support for PHP < 8.1 and modernize code

1.4.0

18 Mar 15:48
@dbu dbu
1.4.0
1fe91c6
Compare
Choose a tag to compare

Initial release after renaming from dantleech/phpcr-migrations-bundle to phpcr/phpcr-migrations-bundle.

  • Adjusted namespaces to match PHPCR.
  • Dropped support for PHP < 7.4
  • Added tests for PHP 8.2, 8.3