- Issue created by @mstrelan
- Status changed to Postponed
6 months ago 1:33am 28 May 2024 - 🇦🇺Australia mstrelan
Postponing on 🐛 Provide BC for ImageStyleDownloadController Needs review for now.
This module does not work in Drupal 10.3, due to ImageStyleDownloadController::deliver() now takes a string of the expected scheme for derivatives as a required parameter → . This results in the following error:
<code>ArgumentCountError : Too few arguments to function Drupal\image\Controller\ImageStyleDownloadController::deliver(), 3 passed in /data/app/modules/contrib/avif/src/Controller/ImageStyleDownloadController.php on line 90 and exactly 4 expected
Test on Drupal 10.3
See if there is a BC-compatible way to fix this, otherwise fix it and roll a new branch that requires at least 10.3.
Postponed
1.0
Code
Postponing on 🐛 Provide BC for ImageStyleDownloadController Needs review for now.