Install
Works with Drupal: ^8.9 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
156.03 KB
MD5: b1e62511e7d8056380cad4a40c3e7e58
SHA-1: 9a83db73805956993ccf133f788f295692fbbcef
SHA-256: 71acf510c0c18e9d8e4ed3658af2da9c1f7b3fbce8c41918a00bd4afb6fc0b76
Download zip
358.39 KB
MD5: d16c1f11208b41930a3f18475f96cd41
SHA-1: eb025762097e5435d11f8b5bcb1b0ef32a6b72fe
SHA-256: ca6e63ca437407e83e851594d8c05c7e233fd4a7887b44832e9fc2c548da8544
Release notes
Hi,
This is a emergency release because 8.x-3.1 caused two major issues. Firstly, the deprecation of FilterResponseEvent::isMainRequest() introduced fatal errors on many support D8 and D9 releases and secondly, a unintended hard dependency was put onto the dynamic page cache module, which is now implicitly being checked.
Please test 8.x-3.2 with the same rigor as I recommended for 8.x-3.1.
Fixed
- #3240230: Don't hard depend on dunamic_page_cache module anymore.
- #3240238: Revert FilterResponseEvent::isMainRequest() deprecation fix.
- #2976480: rewrite of CacheableResponseSubscriberTest by japerry which now passes.
- Revert:
Tests: deprecation warning in src/Functional/DashboardPurgersTest.php
Apologies for the inconveniences caused here.
Niels