ContentfulBundle

Symfony Bundle for the Contentful SDK.

MIT License

Downloads
403.5K
Stars
32
Committers
18

Bot releases are hidden (Show)

ContentfulBundle - 7.2.2 Latest Release

Published by Sebb767 8 months ago

Changes

  • Bugfix - Fixed incompatibility with Symfony 7
ContentfulBundle - 7.2.1

Published by Sebb767 8 months ago

Changes

  • Support for PHP8.3
  • Support for Symfony 7
ContentfulBundle - 7.2.0

Published by Sebb767 over 1 year ago

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
ContentfulBundle - 7.1.1

Published by Sebb767 about 2 years ago

Fixed

  • Deprecations for newer Symfony versions
ContentfulBundle - 7.1.0

Published by Sebb767 over 2 years ago

Added

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

Fixed

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

Published by Sebb767 over 2 years ago

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
ContentfulBundle - 6.2.0

Published by Sebb767 over 3 years ago

  • Added php8 support
  • Small code clean-up
ContentfulBundle -

Published by pgrigoruta about 4 years ago

Changed

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

Published by pgrigoruta over 4 years ago

Changed

  • Removed more typehints to preserve compatibility with lower Symfony versions
ContentfulBundle -

Published by pgrigoruta over 4 years ago

Changed

  • Removed some typehints to preserve compatibility with lower Symfony versions
ContentfulBundle -

Published by pgrigoruta over 4 years ago

Changed

  • Replace Travis build badge with CircleCI
ContentfulBundle -

Published by pgrigoruta over 4 years ago

Changed

  • Added support for PHP 7.4
  • Dropped support for PHP 7.0 & 7.1
  • Added support for symfony 5
  • Upgraded dependencies
ContentfulBundle -

Published by pgrigoruta over 4 years ago

Changed

  • Updated contentful/contenful dependency and releasing as a major version due to breaking changes in dependencies
ContentfulBundle -

Published by dborsatto almost 6 years ago

ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.

Changed

  • The bundle now requires the Contentful Delivery SDK version 4. Please check its upgrade guide for more. [BREAKING]
  • The configuration format has been changed. Refer to the upgrade guide for more. [BREAKING]
  • The command contentful:info was renamed contentful:delivery:info.

Added

  • The command contentful:delivery:debug was added, and it will print info about the space, locales and content types of the selected client.
  • Configured clients now support autowiring by type-hinting either Contentful\Delivery\Client or Contentful\Delivery\Client\ClientInterface (which is the recommended way). If multiple clients are configured, the autowired client will always be the one configured using default: true.
ContentfulBundle -

Published by dborsatto over 6 years ago

ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.

Changed

  • The bundle now requires Symfony 3.4 or 4.x, and the Contentful Delivery SDK version 3. [BREAKING]
ContentfulBundle -

Published by dborsatto over 7 years ago

ATTENTION: This release contains breaking changes. Please take extra care when updating to this version.

Changed

  • Use version 2.0 of the Contentful SDK. [BREAKING] This release contains breaking changes, you can read more about them the SDK Changelog for version 2.0.0.
ContentfulBundle -

Published by realityking over 7 years ago

Changed

  • Use version 1.0 of the Contentful SDK.
ContentfulBundle -

Published by realityking over 7 years ago

Added

  • Exposed new features from the newer Contentful SDK
    • Overriding URI used to communicate with the Contentful API (uri_override)
    • Setting the default locale for the client (default_locale)
    • Setting a custom Guzzle instance (http_client)
    • Caching the space and content types (cache)

Changed

  • Use version 0.8 of the Contentful SDK. Note: This release contains breaking changes, you can read more about them in the change logs for version 0.7 and version 0.8.
ContentfulBundle -

Published by realityking over 7 years ago

Changed

  • ProfilerController::details has been renamed to ProfilerController::detailsAction

Fixed

  • cache:clear throws an exception in production environments (#2)
ContentfulBundle -

Published by realityking over 8 years ago

Changed

  • ProfilerController is now a service

Fixed

  • Fixed an off-by-one error in the Web Profiler