Skip to content

4.0.0

Compare
Choose a tag to compare
@WengerK WengerK released this 18 Nov 15:24
· 52 commits to 4.0.x since this release

4.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 Classy theme replaced by Starterkit for Drupal 10 compatibilities
  • fix call to deprecated method assertEqual() replaced by assertEquals() for Drupal 10 compatibilities
  • fix deprecated class name Twig_Extension for Drupal 10 compatibilities
  • fix instantiation of deprecated class Twig_SimpleFunction for Drupal 10 compatibilities
  • fix call to deprecated method drupalPostForm() replaced by submitForm() for Drupal 10 compatibilities
  • fix declaration of ::tearDown() must be compatible with parent::tearDown() for PHP 8 compatibilities