Skip to content

V1.14.0 Remove custom logger to support Drupal>7

Rich requested to merge v1.14.0 into main

Re:

Hello Drupal 8+ users, would any of you mind testing this branch? @pradeep @seamuslee @sluc23 @ufundo

Changes:

  • only require_once the vendor libs if they exist in the extension's dir. So you can have the libs in a central place somewhere else.
  • Add status check for class_exists(\GoCardlessPro\...) so it's clear when an install is broken.
  • Remove custom logger; fixing signature incompatibilities.
  • phpunit test environment only: dependency on taggedlog extension. I have addressed the signature problems therein (see how).
Edited by Rich

Merge request reports