- 🇮🇳India rassoni Bangalore
Fixed Drupal 10 compatibility fixes issues
BEFORE Patch 1 applied.
After Fixes
- 🇳🇿New Zealand ericgsmith
I think the path forward should be:
First commit https://www.drupal.org/project/file_downloader/issues/3343547 🐛 Make compatible with Drupal 9/10 RTBC first - this has been RTBC'd for a longtime.
Secondly commit https://www.drupal.org/project/file_downloader/issues/3343581 📌 Don't use deprecated Unicode::mimeHeaderEncode() RTBC - this resolves the deprecated code warning by removing it which I think is a better option than above.
Once those 2 issues are in I believe the only thing left is the
core_version_requirement
change from the patch above.