Problem/Motivation
Checked the status of the module using the Drupal 11 Upgrade Status module
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Ace Editor
Scanned on Wed, 06/19/2024 - 19:43.
1 warning found.
web/modules/contrib/ace_editor/ace_editor.info.yml:
+----------------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| status | line | message |
+----------------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| Check
manually | 5 | Value of core_version_requirement: ^8.8 | ^9 | ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
|
+----------------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
Proposed resolution
- Change
core_version_requirementto^10 || ^11in the.info.yml - Add
"drupal/core": "^10 || ^11",to thecomposer.jsonfile.
Remaining tasks
- ✅ File an issue
- ✅ Addition/Change/Update/Fix
- ✅ Testing to ensure no regression
- ➖ Automated unit testing coverage
- ➖ Automated functional testing coverage
- ➖ UX/UI designer responsibilities
- ✅ Readability
- ✅ Accessibility
- ➖ Performance
- ➖ Security
- ✅ Documentation
- ✅ Code review by maintainers
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Release notes snippet
- ✅ Release ace_editor-2.0.0
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #3455758: Added support for Drupal 11 and drop support for Drupal 8/9
Comments
Comment #3
rajab natshahComment #4
rajab natshah