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
- fix obsolete docker-compose command in CIs
- add official support of drupal 10.3
- add official support of drupal 11.0
- remove legacy version annotation on docker-compose.yml
- mark all phpunit provider as Static
1.2.1 - 2024-05-31
- drop tests support on Drupal <= 9.4
- 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
- remove satackey/action-docker-layer-caching on Github Actions
- drop support of drupal below 9.3.x
- add official support of drupal 9.5 & 10.0
- 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
- re-enable PHPUnit Symfony Deprecation notice
1.1.0 - 2022-08-12
- add support Drupal 9.4 & 9.5
- 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
- init module