- Issue created by @Harshita mehra
- Status changed to Needs review
over 1 year ago 1:01pm 4 July 2023 - 🇮🇳India Harshita mehra
Hello Maintainers,
I have provided a patch for this issue.
To get more information visit https://www.drupal.org/node/3070687 →
Please review.Thanks!
- @harshita-mehna opened merge request.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Adding both
core
and core_version_requirement
with anything other thancore_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
- 🇮🇳India Harshita mehra
@apaderno, I have updated MR Please review the commit 9aaf760d.
- Status changed to RTBC
over 1 year ago 7:06pm 20 July 2023 - First commit to issue fork.
- Status changed to Fixed
about 1 year ago 3:32pm 24 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.