Skip to content

Releases: district09/php_package_qa-drupal

Release 3.0.0

06 Aug 11:44
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

Release 2.0.3

23 Apr 06:10
Compare
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
Compare
Choose a tag to compare

Changed

2.0.1

04 Sep 06:55
Compare
Choose a tag to compare

Fix Drupal 10 support

2.0.0

25 May 13:52
Compare
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
Compare
Choose a tag to compare

added

  • Add exclude node modules from PHPUnit.
    Some node modules have PHP in them ¯_(ツ)_/¯.
    We add the custom theme source directory (who only contains scss, js & node modules) to the excluded directories.
    Example of node module with PHP: https://github.com/WebReflection/flatted/tree/main/php

1.8.0

15 Sep 12:32
Compare
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.

1.7.3

29 Aug 08:00
Compare
Choose a tag to compare

Added

  • Add missing licence information.