Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
405.28 KB
MD5: 8e90610848b8cc3d5565fdf298874c33
SHA-1: 4886959cae6bcd0a35cbdce2b5477b51fd20b863
SHA-256: 6ae77563e61d366102ee3b016513390a994d7fe235e8b78092e8a7fc7ed53211
Download zip
835.26 KB
MD5: eb5fcbdd24c97540058778ce0ff134b8
SHA-1: 6894aac13c628c1135ec6999960e1afdabee1b64
SHA-256: 619da91d4cda7780143b02665be242de6f0647a742c557e332a8092f649853f9
Release notes
Credit to Guillaume Gérard for finding these issues and opening Merge Request.
- ApiKeyManagerTest failures on Drupal 11: The beta3 frozen REQUEST_TIME fix changed DrupalClock::now() to use
getCurrentTime(), but the test only mocked getRequestTime(), causing 4 failures on Drupal 11
- CI dependency resolution: Consolidated composer require steps with -W flag to resolve transitive conflicts between
mcp/sdk and Drupal core packages