Problem/Motivation

6 Months ago, this unattributed commit was made: https://git.drupalcode.org/project/mercury_editor/-/commit/1e2ff36764e91...

Restrict core version between 10 and 11.1 inclusively
John Ferris authored 6 months ago
- core_version_requirement: ^10.3 || ^11
+ core_version_requirement: '^10.3 || ~11.0 || ~11.1'

Why was this done? Any reason why the module would not work on 11.3?

Steps to reproduce

Check info.yml

Proposed resolution

Update the info.yml

Remaining tasks

Merge request

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Command icon 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

bramdriesen created an issue. See original summary.

shank115’s picture

Issue tags: +D11 compatability
bramdriesen’s picture

Is this related to #3547679: Refactor tests in Cypress (similar in Layout Paragrapgs)?

If that's the only thing I think restricting Drupal Core to already EOL versions is not the way to solve this in my opinion.

bramdriesen’s picture

Status: Active » Needs review
joegraduate’s picture

Category: Support request » Feature request
joegraduate’s picture

Issue summary: View changes