Problem/Motivation

The Varbase Editor module's composer.json currently requires drupal/ckeditor_media_resize as ~1, which lets a fresh dependency solve resolve down to CKEditor Media Resize 1.0.0.

The vardot/varbase-patches 10.1.82 Drupal 11.4 compatibility patch for CKEditor Media Resize targets 1.1.0. That fix is only available upstream as merge request !30 / issue #3607786, and is not yet released as a tagged version. When Composer resolves ckeditor_media_resize down to 1.0.0, the patch no longer applies.

Steps to reproduce

  1. Require the Varbase Editor module fresh, or run composer update drupal/ckeditor_media_resize on a project using the 10.1.x branch.
  2. Composer resolves drupal/ckeditor_media_resize to 1.0.0 (satisfies ~1).
  3. The vardot/varbase-patches 10.1.82 Drupal 11.4 compatibility patch for CKEditor Media Resize fails to apply.

Proposed resolution

Tighten the constraint in composer.json from ~1 to ~1.1.0 on the 10.1.x branch, so a fresh solve always resolves to CKEditor Media Resize 1.1.0 and the compatibility patch keeps applying.

AI-Generated: Yes (issue drafted by an AI coding agent; reviewed by Rajab Natshah before filing.)

Remaining tasks

  • ✅ File an issue about this project
  • ✅ Addition/Change/Update/Fix to this project
  • ✅ Testing to ensure no regression
  • ➖ Automated unit/functional testing coverage
  • ➖ Developer Documentation support on feature change/addition
  • ➖ User Guide Documentation support on feature change/addition
  • ➖ UX/UI designer responsibilities
  • ➖ Accessibility and Readability
  • ❌ Reviewed by a human
  • ❌ Code review by maintainers
  • ❌ Full testing and approval
  • ❌ Credit contributors
  • ❌ Review with the product owner
  • ✅ Update Release Notes
  • ✅ Release varbase_editor-10.1.4

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • task: Require CKEditor Media Resize ~1.1.0 to keep the Drupal 11.4 compatibility patch applying
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

rajab natshah created an issue. See original summary.

  • rajab natshah committed 0ac7326d on 10.1.x
    task: #3611489 Bump CKEditor Media Resize constraint to ~1.1.0 in...
rajab natshah’s picture

Assigned: Unassigned » josebc
Issue summary: View changes
Status: Active » Needs review
rajab natshah’s picture

Assigned: josebc » mohammed j. razem
rajab natshah’s picture

Assigned: mohammed j. razem » Unassigned
Status: Needs review » Fixed

✅ Released varbase_editor-10.1.4 (tag 10.1.4).

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.