Install
Works with Drupal: ^9.4 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
44.93 KB
MD5: 6bdbf8ebb6c1d26f03bf97b5825774f0
SHA-1: 5556e4e9132b240189934ae386a228cf1f39c6bf
SHA-256: df404740273b5243a212906dbf70afd9f4d236278046ec2e7220531db8bdd767
Download zip
69.43 KB
MD5: 9aa9f78dbea242f2948a11193fc5fa78
SHA-1: 8954639a23531a2a24bcd27c6567035d63b40c96
SHA-256: 307f9feb62b1978edadba5a028475cafc745a2fe7a55f7784a9b170ccbb9a2fa
Release notes
Ready for Drupal 10.3 (tests now passing, no functional changes), restored hook_file_url_alter() support.
Contributors (7)
Wim Leers, Driskell, paulvb, jasonawant, Berdir, Ambient.Impact, jonathan1055
Changelog
Issues: 6 issues resolved.
Changes since 4.0.2:
Bug
- #3391254 by Wim Leers, Driskell, paulvb: Since 4.x release, hook_file_url_alter() is no longer called, breaking several modules
Task
- #3444812 by Wim Leers: CdnIntegrationTest::testCss() fails on Drupal >=10.3 since #3432183
- #3334243 by Wim Leers, jasonawant, Berdir, Ambient.Impact: CDN 4.x requires PHP >=8.1 but composer does not respect it due to bug in d.o composer facade
- #3444771 by Wim Leers: PHPCS CI job fails since drupal/coder:8.3.24
- #3347168 by Wim Leers, jonathan1055: Match core's code quality checks: cspell
- #3422311 by Wim Leers: Comply with updated coding standards since Feb 13, 2024 due to #3407995