Problem/Motivation
CTools 8.x-3.11 stable was released on 11 Aug 2022 at 00:39 EEST by: japerry
https://www.drupal.org/project/ctools/releases/8.x-3.11
Thank you, Jakob, for having time to maintain and release the CTools module.
This is a hotfix bug release to fix #3300682: [error] Drupal\Component\Plugin\Exception\ContextException: The context is not a valid context.
Note: You must update your conditions before upgrading to Drupal 10. Ensure that
node_typeis removed from your codebase and configuration:Search your site's configuration for
"node_type"in the pathauto and potentially other*.ymlfiles and replace it with'entity_bundle:node';Also ensure you are re-exporting your config after running updates, otherwise changes from pathauto or other modules using the updated condition plugin won't get seen in your config.
Proposed resolution
- Following up after #3302839: Change the CTools module from ~3.0 || ~4.0 to 3.11-rc1 in composer.json as a TEMP quick fix until 3.11 stable releases
- Following japerry's comment at the following comment link:
https://www.drupal.org/project/ctools/issues/3300682#comment-14647155You shouldn't be using the ctools 4.x branch, its unsupported. I'll make sure to add a note in the 4.0.2 release notes, which will bring forward this patch. and add a warning to 'downgrade' to 3.11.
- Change the
drupal/ctoolsin thecomposer.jsonfile to~3.0
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
- ➖ 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.8, varbase_core-9.0.27
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
- Issue #3303042: Updated the CTools module from
3.11-rc1to3.11stable ( ~3.0 )
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshahComment #9
rajab natshahComment #10
rajab natshahComment #11
rajab natshah✅ Released varbase_core-9.0.27
Comment #12
rajab natshah✅ Released varbase-9.0.8
Comment #13
rajab natshah