Problem/Motivation

See slack thread:

https://drupal.slack.com/archives/C014CT1CN1M/p1662876308159399

This is a result of #3292380: Remove the "replace" section from core/composer.json + composer facade changes. Allowing the module to be installed on Drupal 9.4 is probably the easiest way to resolve it.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

catch created an issue. See original summary.

jaydarnell’s picture

This is super frustrating. I'm trying to use this awesome module for a new personal project but can't figure out the workaround to get it working in Drupal 9.4.5. I don't understand why the minimum requirement is Drupal 9.5 which won't be out for a few months yet.

wim leers’s picture

@JayDarnell This is a Drupal.org infrastructure problem. This is being worked on.

catch’s picture

@JayDarnell, you should just be able to use the core ckeditor module in 9.4, the contrib module doesn't have anything the core module doesn't.

But also if you're starting a new project, you should consider starting directly with CKEditor5 so you don't need to migrate within a year.

Wim Leers credited bbrala.

Wim Leers credited Berdir.

Wim Leers credited Spokje.

wim leers’s picture

Status: Active » Fixed

After lengthy discussion with a lot of people (crediting them here!), going to allow to install this module on ^9.4 instead of ^9.5.

  • Wim Leers committed 247d104 on 1.0.x
    Issue #3309065 by catch, Wim Leers, bbrala, Berdir, Spokje, Mixologic,...
jaydarnell’s picture

Thank you so much Wim. I mostly need this module as a dependency for codesnippet so making this work with 9.4 is a huge help for me. Thanks again!

frob’s picture

@catch

But also if you're starting a new project, you should consider starting directly with CKEditor5 so you don't need to migrate within a year.

I just tried to do this but, at this time, the UI for the styles dropdown doesn't exist in 9.4. which makes ckeditor nearly impossible to fully setup on D9.4. I know this isn't the place for that issue, but thought I would respond to the comment here.

wim leers’s picture

the UI for the styles dropdown doesn't exist in 9.4

That's indeed most unfortunate, because it landed almost two months ago, on August 5, in #3222797: Upgrade path from CKEditor 4's StylesCombo to CKEditor 5's Style. There just has not been a 9.4 release since August 3 (https://www.drupal.org/project/drupal/releases/9.4.5).

I think it'd be really valuable if a 9.4.6 release was tagged with all bugfixes that landed until now, and where CKEditor 5 is in a more complete state.

catch’s picture

frob’s picture

Thank you! We are looking at it today.

wim leers’s picture

Hurray! 😄

frob’s picture

I wanted to make sure I looped back around and let everyone know that it worked and we are now using CKEditor5 on our new project.

safetypin’s picture

In case anyone isn't updated to CKEditor 5 yet, and is encountering an unexpected failure to update to Drupal 9.4.6, I found executing the command: composer require drupal/core-recommended:^9.4.6 revealed which module was causing the conflict. Then I included that module in the update command, and it worked. In my case it was: composer up drupal/core-recommended drupal/ckeditor_liststyle -W

Status: Fixed » Closed (fixed)

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