Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

72 lines (56 loc) · 2.23 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.2 - 2024-08-20

Fixed

  • fix obsolete docker-compose command in CIs

Added

  • add official support of drupal 10.3
  • add official support of drupal 11.0

Removed

  • remove legacy version annotation on docker-compose.yml

Changed

  • mark all phpunit provider as Static

1.2.1 - 2024-05-31

Removed

  • drop tests support on Drupal <= 9.4

Added

  • add support of Paragraph
  • add Drupal Gitlab-CI
  • add support of Drupal 10.1, 10.2, 10.3
  • add cpsell project words for Gitlab-CI

1.2.0 - 2022-12-02

Removed

  • remove satackey/action-docker-layer-caching on Github Actions
  • drop support of drupal below 9.3.x

Added

  • add official support of drupal 9.5 & 10.0

Fixed

  • fix deprecation of theme start for tests
  • fix call to deprecated constant FILE_STATUS_PERMANENT
  • fix call to deprecated method assertEqual()
  • fix call to deprecated method setMethods()
  • fix call to deprecated method drupalPostForm()
  • fix calling responseContains with more than one argument is deprecated
  • fix adding non-existent permissions to a role is deprecated

Changed

  • re-enable PHPUnit Symfony Deprecation notice

1.1.0 - 2022-08-12

Added

  • add support Drupal 9.4 & 9.5

Changed

  • drop support of Drupal 8
  • drop support of Drupal 9.0 (keep 9.1+)
  • fix D9.3 test failures - "Role label is expected to be a string."
  • use the drupal 9.1 service password_generator instead of deprecated user_password()

1.0.0 - 2022-08-12

Added

  • init module