Problem/Motivation
Varbase Commerce 1.0.x targets Drupal ~10.6.0 || ~11.3.0 and carries per-module Composer patches for commerce_shipping and commerce_cart_flyout. A 1.1.x branch is needed to support Drupal ~11.4.0, to remove the module-level extra.patches (patches are managed at the project level), and to convert the procedural hook_views_query_alter to the Drupal 11 object-oriented hook system.
Steps to reproduce
Proposed resolution
Cut 1.1.x off 1.0.x. Set core_version_requirement and drupal/core to ~11.4.0; remove the extra.patches block (and enable-patching/composer-exit-on-patch-failure); resolve the Commerce dependency stack on Drupal ~11.4 (bumping constraints / using composer-drupal-lenient for any contrib without a Drupal 11 release yet); convert the hook to an OOP src/Hook/VarbaseCommerceHooks.php class; and add a webship-js browser test.
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-10.1.1, varbase_commerce-1.1.0
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- N/A
Issue fork varbase_commerce-3609291
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_commerce-1.1.0