Drupal 10 compatibility fixes

Created on 15 August 2023, over 1 year ago

Problem/Motivation

The commerce_transaction module is currently not compatible with Drupal 10. The current core_version_requirement value of ^8 || ^9 is not suitable for the upcoming major version of Drupal core, as indicated in the discussion at https://drupal.org/node/3070687.

Steps to reproduce

The module cannot be installed on the Drupal 10 site.

Proposed resolution

To ensure compatibility with Drupal 10, the core_version_requirement value in the commerce_transaction module should be updated to ^10. This change will address the incompatibility issues and ensure the module functions properly in Drupal 10.

Remaining tasks

- Update the commerce_transaction module's codebase to reflect the new core_version_requirement value of ^10.
- Test the updated module in a Drupal 10 environment to verify compatibility.
- Address any potential issues or bugs that arise during testing.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ“Œ Task
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States rishi kulshreshtha

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

Comments & Activities

Production build 0.71.5 2024