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.
2.0.3 - 2024-08-20
- upgrade Docker Database mariadb 10.3.8 -> 10.6
- fix obsolete docker-compose command in CIs
- add official support of drupal 11.0
2.0.2 - 2024-06-27
- add tests with drupal 10.3
- add configuration settings
timesup.settings.resolvers
to enable or disable resolvers. - add cpsell project words for Gitlab-CI
2.0.1 - 2024-03-01
- fix usage of deprecated getMockBuilder by createMock
- fix phpcs use statements should be sorted alphabetically - Issue #3373568 by nitin_lama, roshni27, aayushmankotia, Satish_kumar, wengerk
- add missing call to parent::setUp() on tests
- fix deprecation creation of dynamic property
- add Drupal GitlabCI
- add coverage of Drupal 10.2.x
- add coverage of Drupal 11.0-dev
- drop tests support on Drupal <= 9.4
2.0.0 - 2022-12-16
- new Dev branch following the new new tag semver of Drupal
1.1.0 - 2022-12-16
- fix Issue #3318856 by solantoast: The 'core_version_requirement' constraint (^9) requires the 'core' key not be set
- fix call to deprecated method setMethods()
- fix passing null to parameter #1 () of type string is deprecated
- add support Drupal 9.5
- add official support of drupal 9.5 & 10.0
- drop support of drupal below 9.3.x
- re-enable PHPUnit Symfony Deprecation notice
1.0.0 - 2022-10-21
- add midnight resolver
- add dependabot for Github Action dependency
- add support Drupal 9.4 & 9.5
- add upgrade-status check
- replace drupal_ti by wengerk/drupal-for-contrib
- move changelog format in order to use Keep a Changelog standard
- disable symfony deprecations helper on phpunit
- drop support Drupal 8.8
- remove satackey/action-docker-layer-caching on Github Actions
- drop support of drupal below 9.0
1.0.0-alpha1 - 2020-03-27
- init module