Skip to content

Releases: antistatique/drupal-backerymails

3.0.1

31 May 06:40
Compare
Choose a tag to compare

3.0.1 - 2024-05-31

Fixed

  • fix Backerymail entity canonical routing - Issue #3171878: Drupal\Core\Entity\EntityStorageException: Route "entity.backerymails_entity.canonical" does not exist

Added

  • add Backerymail entity canonical page with fields
  • add Backerymail entity 'changed' field
  • add Drupal GitlabCI
  • add cpsell project words for Gitlab-CI
  • add phpstan.neon in order to ignore new static() errors

3.0.0

17 Mar 15:05
Compare
Choose a tag to compare

3.0.0 - 2023-03-17

Removed

  • drop support of drupal below 9.4.x
  • remove tests condition to maintain compatibility below Drupal 9.2

Added

  • add dependabot for Github Action dependency
  • add official support of drupal 9.5 & 10.0

Changed

  • re-enable PHPUnit Symfony Deprecation notice

2.2.0

21 Oct 12:06
Compare
Choose a tag to compare

2.2.0 - 2022-10-21

Added

  • add coverage for Drupal 9.3, 9.4 & 9.5
  • add upgrade-status check

Changed

  • update changelog form to follow keep-a-changelog format
  • disable deprecation notice PHPUnit
  • drop support of drupal 8.8 & 8.9

Fixed

  • fix phpcs null coalesce operator instead of ternary operator
  • fixed docker test on CI race-condition database note ready

Removed

  • remove satackey/action-docker-layer-caching on Github Actions
  • remove trigger github actions on every pull-request, keep only push