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_requirement to ^10 || ^11 in the .info.yml
  • Add "drupal/core": "^10 || ^11", to the composer.json file.

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

Rajab Natshah created an issue. See original summary.

  • Rajab Natshah committed 759069ba on 2.0.x
    Issue #3455758: Add support for Drupal 11 and drop support for Drupal 8/...
rajab natshah’s picture

Assigned: rajab natshah » Unassigned
Status: Active » Fixed
rajab natshah’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.