Problem/Motivation
Drupal 9 is end of life as of November 1st, 2023
Drupal 9 relies on several other software projects, including Symfony, CKEditor, and Twig. With Symfony 4's end of life, CKEditor 4's end of life, and Twig 2's end of life all coming up soon, Drupal 9 went end of life on November 1st, 2023. There will be no further releases of Drupal 9.
Two changes for Drupal contributed projects will occur before the end of January 2024. One is that the automated testing platform DrupalCI support for Drupal 9 will stop. The other is that release branches of contributed projects that only support Drupal 9 will be marked unsupported.
- The
2.0.xbranch works well with Drupal ~9 - Number of modules were deprecated in Drupal ~10
- The Drupal 10 core has other more needed patches
- In some cases modules have custom config, code, logic for Drupal ~10, which differ from Drupal ~9
Facing issues like:
#3403372: Fix Drupal core content moderation to prevent old revisions from becoming default on re-save
#2977362: Revision user incorrectly appears as anonymous user when node author is canceled
#3089747: Content moderation can wrongly set old revisions as default when they're resaved
#3403414: Fix editing and viewing paragraphs issues of incorrect revision of its parent when content moderation is involved
#3090200: Paragraph view access check using incorrect revision of its parent, leading to issues viewing paragraphs when reverted host entities or content moderation is used
Which they needs fixes for Drupal 9 and other fixes in Drupal 10
Proposed resolution
- Start a
2.1.xbranch with latest changes from the2.0.xbranch. - Change
drupal/coreto~10in the.info.ymlandcomposer.josnfiles in the2.1.xbranch - Change
drupal/coreto~9in the.info.ymlandcomposer.josnfiles in the2.0.xbranch - Change
drupal/coreto~10in the.info.ymlandcomposer.josnfiles in the3.0.xbranch to allow for a smooth update to latest stable Drupal 10 versions - Drop support for Drupal
~9on the2.1.xbranch - Remove outdated and deprecated code for Drupal 9
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
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ✅ Release varbase-9.0.17, varbase_workflow-2.0.19, varbase-9.1.0, varbase_workflow-2.1.0, varbase-10.0.0-rc1, varbase_workflow-3.0.1
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
varbase_workflow-2.1.0
- Issue #3403845: Started a
2.1.xbranch for Varbase Workflow to support Drupal ~10 and drop support for Drupal ~9varbase_workflow-2.0.19
- Issue #3403845: Changed
drupal/coreto~9in the.info.ymlandcomposer.josnfiles in the2.0.xbranchvarbase_workflow-3.0.1
- Issue #3403845: Changed
drupal/coreto~10in the.info.ymlandcomposer.josnfiles in the3.0.xbranch to allow for a smooth update to latest stable Drupal 10 versions
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #6
rajab natshahComment #10
rajab natshahComment #11
rajab natshah✅ Released varbase_workflow-2.0.19
Comment #12
rajab natshah✅ Released varbase_workflow-2.1.0
Comment #13
rajab natshah✅ Released varbase_workflow-3.0.1
Comment #14
rajab natshahComment #16
rajab natshah✅ Released varbase-9.1.0
Comment #17
rajab natshah✅ Released varbase-10.0.0-rc1