task: #3611267 Keep the 2.0.x branch for Drupal < 11.4
Summary
Companion MR to the 2.1.x core-requirement MR — per the branch-split plan in #3597892 comment #9, 2.0.x keeps supporting Drupal core versions below 11.4 now that the new 2.1.x branch exists for ^11.4 || ^12.
Changes
entityqueue_form_widget.info.yml:core_version_requirement: ^10.6.0 || ^11.3.0composer.json:"drupal/core": "^10.6.0 || ^11.3.0"tests/modules/entityqueue_form_widget_test/entityqueue_form_widget_test.info.yml:core_version_requirement: ^10.6.0 || ^11.3.0(the test module declares its own requirement, aligned to match)
Updated from the initially proposed >=10.1 <11.4 to ^10.6.0 || ^11.3.0 per maintainer feedback.
Shared hook class
2.0.x now ships the same EntityqueueFormWidgetHooks class as 2.1.x. entityqueue_form_widget.module remains as #[LegacyHook]/delegating stubs, kept for Drupal < 11.4 compatibility and BC.
Issue
https://www.drupal.org/project/entityqueue_form_widget/issues/3611267
Parent plan: https://www.drupal.org/project/entityqueue_form_widget/issues/3597892#comment-16693254
AI disclosure
AI-Generated: Yes (Used Claude Code to constrain the core version requirement to ^10.6.0 || ^11.3.0 across the module info file, composer.json, and the test module's info file, keeping 2.0.x on pre-11.4 core, per maintainer feedback.)
Checkpoints
- 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