Drupal 10 Compatibility

Created on 1 February 2023, almost 2 years ago
Updated 24 September 2023, about 1 year ago

Problem/Motivation

This issue is to make this module compatible with Drupal 10.

Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.

Steps to reproduce

There are multiple ways to assess compatibility. One method is to use the Dialogflow (Api.AI) Webhook module

composer require -W drupal/api_ai_webhook:2.x-dev
drush en api_ai_webhook
drush upgrade_status:analyze node_form_overrides

Proposed resolution

Update the modules info file to include the new version of core. All other code is compatible for Drupal >=8.

Remaining tasks

At some point, you may want to stop supporting 8 as it is no longer supported, but there is no harm in maintaining it at the moment for existing sites.

User interface changes

None.

API changes

None.

Data model changes

None.

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States nJim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024