Adding both core and core_version_requirement with anything other than core_version_requirement: ^8 || ^9 will result in an exception.
For example, a module/theme that is compatible with Drupal 8 versions after Drupal 8.8.0 and also Drupal 9 will need to use the following line in its .info.yml file, without a line containing core.
core_version_requirement: ^8.8 || ^9
In the rare occasions the module/theme is also compatible with Drupal 10, its .info.yml file should use the following line.
core_version_requirement: ^8.8 || ^9 || ^10
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3370414-9.patch | 447 bytes | chaitanyadessai |
| #3 | after-patch.jpg | 53.71 KB | priya_degwekar |
| #3 | patch.jpg | 13.49 KB | priya_degwekar |
| #3 | before-patch.jpg | 53.1 KB | priya_degwekar |
| #2 | remove-core-key-3370414-2.patch | 387 bytes | harshita mehna |
Issue fork fontawesome_iconpicker-3370414
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
harshita mehna commentedI have provided a patch to fix this issue.
Please review it.
Thanks!
Comment #3
priya_degwekar commentedHi @Harshita mehna, This patch looks fine.
Adding screenshots for reference.
Thanks.
Comment #4
priya_degwekar commentedCan be moved to RTBC+1.
Comment #5
krzysztof domańskiNeeds reroll.
Comment #6
mrinalini9 commentedPatch #2 is being applied cleanly on 3.x branch:
So, moving this to Needs review.
Thanks!
Comment #7
avpadernoComment #8
avpaderno^8must be replaced with^8.8.Comment #9
chaitanyadessai commentedAdded patch please review.
Comment #11
harshita mehna commented@apaderno, I have created MR !6 please review it.
Comment #12
avpadernoThe MR correctly changes the .info.yml file.
Comment #14
avpaderno