Problem/Motivation
This module does not have a Drupal 11 compatabile release.
Steps to reproduce
See https://git.drupalcode.org/project/file_downloader/-/blob/3.0.x/file_dow...
Proposed resolution
Rector reports no deprecated code - just the info file needs adjusting to allow D11 and then another release.
Remaining tasks
- Patch
- Test
- Commit
- Release
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|
Issue fork file_downloader-3556865
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ericgsmith commentedOpened MR with the change and tested on a standard install of Drupal 11.x
No issue found when configuring download options and field formatter.
No issue found viewing and downloading the files.
There is no Gitlab CI setup for this project or tests - I will open a separate issue for this as it would be good to prove the compatibility with a test.
Comment #5
sjerdoThanks!