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
- Require the Varbase Editor module fresh, or run
composer update drupal/ckeditor_media_resizeon a project using the 10.1.x branch. - Composer resolves drupal/ckeditor_media_resize to 1.0.0 (satisfies
~1). - 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
Issue fork varbase_editor-3611489
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
Comment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshah✅ Released varbase_editor-10.1.4 (tag 10.1.4).