Install

Works with Drupal: ^9.3 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download ctools-8.x-3.11-rc1.tar.gztar.gz 79.41 KB
MD5: 8c92575ff234f389dc75918487976785
SHA-1: f4b0bd9fc363f7b6d310dcf5249158c9246f97d1
SHA-256: af6dfe4c4fcbff98294aa7e43bb6aefcbaa184c609fe57e07864fbf873525404
Download ctools-8.x-3.11-rc1.zipzip 169.17 KB
MD5: fc8e5295261b3dfde75f69d0dd0ebbe4
SHA-1: b473921637d42ec4eb3d7706160c7164a53f1213
SHA-256: f4e5e30e5afbe22de3b00ff81d9b64d5612387f37a9aff7481371442fd4dd612

Release notes

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_type is removed from your codebase and configuration:

Search your site's configuration for "node_type" in the pathauto and potentially other *.yml files 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.

Created by: japerry
Created on: 9 Aug 2022 at 18:16 UTC
Last updated: 9 Aug 2022 at 18:16 UTC
Bug fixes

Other releases