Skip to content

Releases: antistatique/drupal-bamboo-twig

6.0.1

01 Mar 07:47
Compare
Choose a tag to compare

6.0.1 - 2024-03-01

Changed

  • re-enable PHPUnit Symfony Deprecation notice
  • update codebase to be compliant PHP8.2
  • rework tests by using a custom theme "bamboo_twig" in order of overriding *.html.twig template for tests purpose
  • change Blocks rendered via bamboo_render_block do not use the block theme hook - Issue #3110310 by wengerk, rattusrattus, sahaj, interdruper, gido
  • fix Issue #3417105 - remove all requirements on twig/extensions
  • disable PHPUnit Symfony Deprecation notice since Drupal 10.2

Added

  • add coverage of Drupal 10.1.x
  • allow Render form mixed parameter types - Issue #3273960 by darrenwh, wengerk
  • add bamboo_render_entity_revision rendering of entity revision - Issue #3254160 by dibix, wengerk
  • add bamboo_load_entity_revision loading of entity revision - Issue #3254160 by dibix, wengerk
  • add support of optional alt parameter on bamboo_render_image - Issue #3355084 by Ranjit1032002, thatlotnextdoor, wengerk
  • add Drupal GitlabCI - #3417699 #3350583
  • add official support of drupal 11.x-dev

Fixed

  • fix tests template discovery using 'path' property
  • fix Issue #3417699 by apaderno: Tests failing on Drupal 10 because Tests module has same name as Test Theme
  • fix Issue #3350583 by urvashi_vora, mukesh88, mahtab_alam: Fix the errors/warnings reported by PHP_CodeSniffer

Removed

  • drop tests support on Drupal <= 9.4

6.0.0

18 Nov 14:08
Compare
Choose a tag to compare

6.0.0 - 2022-11-18

Added

  • add official support of drupal 9.5 & 10.0

Changed

  • drop support of drupal below 9.3.x
  • bump major release number in order of using Drupal new semver system

Fixed

  • fix deprecated class name Twig_Extension for Drupal 10 compatibilities
  • fix deprecation drupal_get_path for Drupal 10 compatibilities
  • fix deprecation Symfony\Cmf\Component\Routing\RouteObjectInterface::ROUTE_OBJECT for Drupal 10 compatibilities
  • fix call to deprecated method assert() for Drupal 10 compatibilities
  • fix call to deprecated constant FILE_STATUS_PERMANENT for Drupal 10 compatibilities
  • fix call to deprecated function file_create_url() for Drupal 10 compatibilities
  • fix the function file_build_uri() has been deprecated for Drupal 10 compatibilities
  • fix Deprecated function: strtr(): Passing null to parameter #1 for PHP 8.1 compatibilities

5.1.0

21 Oct 11:23
Compare
Choose a tag to compare

5.1.0 - 2022-10-21

Changed

  • drop support of drupal 8.8 & 8.9
  • change bamboo_render_block to support block context-mapping

Fixed

  • fix docker running tests on Github Actions

Security

  • update linter phpdd 2.0.24 => 2.0.29

Added

  • add coverage for Drupal 9.3, 9.4 & 9.5
  • add upgrade-status check

Removed

  • remove satackey/action-docker-layer-caching on Github Actions

5.0.0

24 Jun 07:44
Compare
Choose a tag to compare

5.0.0 - 2022-06-24

Added

  • replace drupal_ti by wengerk/drupal-for-contrib
  • remove dependency on twig/extensions
  • fix Issue #3168662 by Michael Humbert: docker-compose with phpunit not working
  • enforce PHPCS integration via GithubActions
  • close Issue #3247601 - add drupalci.yml file to install symfony/mime on testing container