Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@WengerK WengerK released this 31 May 11:42
· 1 commit to 1.0.x since this release

1.1.0 - 2024-05-31

Added

  • add Drupal GitlabCI
  • add coverage of Drupal 10.2.x
  • add coverage of Drupal 10.3.x
  • add experimental coverage of Drupal 11.0-dev
  • add cspell project words for Gitlab-CI
  • add phpstan.neon file

Removed

  • drop tests support on Drupal <= 9.4

Fixed

  • fix deprecation creation of dynamic property
  • fix phpcs use statements should be sorted alphabetically
  • fix missing call to parent::setUp() on tests
  • use responseHeaderDoesNotExist instead of responseHeaderEquals with NULL value
  • fix automated Drupal 10 compatibility fixes - Issue #3329302 by Project Update Bot
  • fix library testing path that may be inconsistent between Github Actions & GitlabCI
  • fix call to deprecated method withConsecutive() on PHPUnit
  • fix deprecation by passing @dataProvider as static function
  • fix deprecation using HttpKernelInterface::MAIN_REQUEST instead of HttpKernelInterface::MASTER_REQUEST until drop support of Drupal 9.x