Skip to content

Releases: contentful/ContentfulBundle

7.2.2

29 Feb 17:32
719b25f
Compare
Choose a tag to compare

Changes

  • Bugfix - Fixed incompatibility with Symfony 7

7.2.1

29 Feb 17:26
3a11c7a
Compare
Choose a tag to compare

Changes

  • Support for PHP8.3
  • Support for Symfony 7

7.2.0

21 Jan 15:56
4d50b00
Compare
Choose a tag to compare

Changes

  • Dropped support for Symfony 4
  • Allowed installation of Contentful v7 - thanks @svenluijten !
  • Fixed deprecated attribute in Symphony 6.1 - thanks @asuri0n !
  • Updated CI checks

7.1.1

16 Sep 15:53
2b0f4e6
Compare
Choose a tag to compare

Fixed

  • Deprecations for newer Symfony versions

7.1.0

26 Mar 22:26
3dc8ff7
Compare
Choose a tag to compare

Added

  • Support for psr/log (thanks @kwivix !)

Fixed

  • Re-added support for Smyphony 5.4 as it's still LTS

7.0.0

21 Jan 17:17
c0ef01e
Compare
Choose a tag to compare

Added

  • Support for Symfony 6

Fixed

  • Minor warning when trying to count optional field (see #51)

Dropped

  • Breaking change Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 6.2.0 or install it with --ignore-platform-reqs, but compatibility will no longer be checked explicitely. Version 6.2,0 will still be maintained in case of security issues for the forseeable future.
  • Breaking change Support for Symfony version 3 and version 5 was dropped, since they're now end-of-life, too. As with PHP, you can continue to use version 6.2.0.

Internal

  • Small CI changes

6.2.0

26 Mar 04:24
6.2.0
5c41c99
Compare
Choose a tag to compare
  • Added php8 support
  • Small code clean-up

6.1.0

29 Jul 14:31
6.1.0
Compare
Choose a tag to compare

Changed

  • Changed name of data collector from contentful.delivery to contenful for better integration with the profiler

6.0.3

05 May 05:37
6.0.3
Compare
Choose a tag to compare

Changed

  • Removed more typehints to preserve compatibility with lower Symfony versions

6.0.2

28 Apr 14:51
6.0.2
Compare
Choose a tag to compare

Changed

  • Removed some typehints to preserve compatibility with lower Symfony versions