Closed (fixed)
Project:
SMS System
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2023 at 12:29 UTC
Updated:
10 Feb 2023 at 12:39 UTC
Jump to comment: Most recent
Most modules however will have to remove deprecated code to be compatible with Drupal 9. Therefore they will not able to be compatible with all versions of Drupal 8.
For example a module that is compatible with Drupal 8 versions after Drupal 8.8.0 and also Drupal 9 will need a info.yml file like this:
name: My Module
type: module
core_version_requirement: ^8.8 || ^9
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
jay jangid commentedCreated MR , please review.
Thank you.
Comment #6
andrei.vesterliHi @Jay Jangid
you're very hardworking today! Thx for this contribution. Merged.
Comment #7
andrei.vesterli