Skip to content

Releases: district09/php_package_qa-drupal

3.0.2

10 Feb 20:27
4a0f44e

Choose a tag to compare

Added

  • Add PHPunit 10 support.

3.0.0

06 Aug 11:44

Choose a tag to compare

Added

  • Add Drupal 11 support

Removed

  • Remove Drupal 10 support
  • Remove support for php 8.1
  • Remove nielsdeblaauw/twigcs-a11y module

Full Changelog: 2.1.1...3.0.0

2.1.1

23 Apr 06:12

Choose a tag to compare

Added

  • Add custom theme(s) node_modules to the phpcpd exclude patterns.

Release 2.1.0

23 Apr 06:12

Choose a tag to compare

Added

Release 2.0.3

23 Apr 06:10

Choose a tag to compare

Fixed

  • Fix coverage config for phpunit

Updated

  • Update minimal phpunit version to 9.3.0.
  • Update deprecated PHPUnit config.

2.0.2

12 Sep 14:01

Choose a tag to compare

Changed

2.0.1

04 Sep 06:55

Choose a tag to compare

Fix Drupal 10 support

2.0.0

25 May 13:52

Choose a tag to compare

Added

  • Add Drupal 10 support.

Changed

  • Change minimal PHP version to 8.1.

Removed

  • Remove Drupal 9.3.x support.

1.8.1

13 Mar 15:05

Choose a tag to compare

added

1.8.0

15 Sep 12:32

Choose a tag to compare

Added

  • Add excluding hand-crafted mocks from coverage reports. This will exclude
    file names ending with Stub.php or Spy.php.