Problem/Motivation
Upgrade Status Report:
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Markup 8.x-1.x-dev
Scanned on Fri, 04/24/2020 - 11:41.
1 warning found.
web/modules/contrib/markup/markup.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Add core_version_requirement: ^8 || ^9 to │
│ manually │ │ markup.info.yml to designate that the module is compatible │
│ │ │ with Drupal 9. See https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘
Proposed resolution
Add the 'core_version_requirement' key to markup.info.yml
Remaining tasks
Submit patch
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
Drupal 9 support is added.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | markup-drupal9_support-3130680-7.patch | 560 bytes | gmercer |
Comments
Comment #2
chris burge commentedPatch attached.
Comment #4
chris burge commentedSetting back to 'Needs review'. Tests failed because automated testing is set up with no tests.
Comment #5
hardik_patel_12 commentedpatch #2 applies cleanly and installed this on Drupal 9 instance.
Ran drupal-check and found no issues:
But when i ran it has some changes for markup.module file
SO including this changes also. Kindly review a new patch.
Comment #7
hardik_patel_12 commentedComment #8
john cook commentedI've had a look at these patches. Both add the
core_version_requirementkey in the info.yml file. The patch in comment #5 also fixes a coding standards bug.The both apply cleanly and otherwise look good.
I'm setting this to RTBC.
Comment #9
kristen polComment #10
gmercer commentedI rolled a new patch for 8.x-1.0-beta1.
Comment #11
gmercer commentedUpdating the previous attempt at patching 8.x-1.0-beta1.
Comment #12
piyushsms91 commentedI have re-test the patch it is working as expected. #11 patch is compatible with the Drupal 9 versions, it is not giving any error while installation functionality is also working fine.
Comment #13
piyushsms91 commentedComment #14
piyushsms91 commentedComment #15
hardik_patel_12 commentedPatch is getting failed to apply , so moving back to Needs to Work.
Comment #16
anybodyDuplicate of #3141024: Automated Drupal Rector fixes which as already been committed. Closing as duplicate.