Problem/Motivation
Fragments needs a D10 compatible release.
Upgrade status report:
Fragments
Scanned on Wed, 03/08/2023 - 10:37.
2 warnings found.
Check manually
Errors without Drupal source version numbers including parse errors and use of APIs from dependencies.
| File name | Line | Error |
|---|---|---|
| web/modules/contrib/fragments/templates/fragments-content-add-list.html.twig | 0 | The spaceless tag in "modules/contrib/fragments/templates/fragments-content-add-list.html.twig" at line 17 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. See https://drupal.org/node/3071078.. |
| web/modules/contrib/fragments/fragments.info.yml | 0 | Value of core_version_requirement: ^8.7.7 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.. |
Proposed resolution
Deprecation scan, fix issues.
Remaining tasks
- Deprecation scan
- Fix issues
- Create merge request
- Review
- Merge
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork fragments-3346671
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 #2
eelkeblokComment #3
eelkeblokComment #5
eelkeblokOnly minor changes required. I removed a template file that looks like it actually is not used.
Comment #6
ahmetburkanReviewed and tested the changes. The module is Drupal 10 compatible. I will change the status to "Reviewed & tested by the community".
Comment #8
eelkeblokMerged. Thanks!