Problem/Motivation

core_version_requirement: ^9.5 || ^10 || >=11.0 <11.4.0-stable
It's too restrictive

Steps to reproduce

Run composer update "drupal/core-*" --with-all-dependencies trying to update to core to 11.4
Actually it downgrade from 11.3 to 11.2

Proposed resolution

Do not restrict 11.x version.

Remaining tasks

User interface changes

API changes

Data model changes

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

vasike created an issue. See original summary.

vasike’s picture

Assigned: vasike » Unassigned
Status: Active » Needs review

MR available so NR

shumer’s picture

Status: Needs review » Reviewed & tested by the community

Changes works as expected so updating to RTBC

timurtripp’s picture

Hi, thanks for testing. The reason for the strict core requirement is I had issues in the past with x.x updates breaking CKEditor if this plugin is enabled due to changes in the CKEditor itself. I'll verify I can build and run it on the version of CKEditor included with 11.4.

timurtripp’s picture

Assigned: Unassigned » timurtripp
Status: Reviewed & tested by the community » Needs work

  • timurtripp committed 71540a88 on 1.x
    #3607970: [chore] Updates CKEditor and TypeScript dependencies; adds...
timurtripp’s picture

Status: Needs work » Fixed

Released version 1.3 with clean build on CKEditor 47.6.2 and info file / Composer updated to support Drupal 11.4 (but drops some older Drupal / CKEditor versions). I decided not to block installs on Drupal 11.5 in the future, but it needs to be tested thoroughly on every 11.x update of Drupal since breaking CKEditor changes are possible.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.