Skip to content

6.0.2

Latest
Compare
Choose a tag to compare
@WengerK WengerK released this 09 Aug 08:20
· 3 commits to 6.0.x since this release
c90c261

6.0.2 - 2024-08-09

Added

  • add phpstan.neon file
  • add cpsell project words for Gitlab-CI
  • add .dockerignore to speedup docker mount
  • add official support of drupal 11.0

Changed

  • remove usage of deprecated ContainerAware class
  • add getRequestStack & getTitleResolver to TwigExtensionBase
  • improve type-hinting using RevisionableStorageInterface for Loader::loadEntityRevision && Render::renderEntityRevision
  • remove usage of deprecated twig_date_converter function when Twig 3.9 is installed
  • use both trait conditionally EntityReferenceTestTrait and EntityReferenceFieldCreationTrait for Drupal 10 & 11 compliances
  • allow compatibility with symfony/mime:^7.0
  • fix obsolete docker-compose command in CIs

Fixed

  • fix tests running on 10.3-dev with rendered webp image
  • fix Drupal 11 usage of bamboo_extensions_time_diff

Removed

  • remove legacy version annotation on docker-compose.yml