Release 3.0.5 and 4.x depends on Drupal 10.3+

Created on 21 January 2025, 3 months ago

Problem/Motivation

Once of the changes made in 📌 Full coverage for JS/Ajax functionality Active was to change the plugin 'private_message_thread_member_widget' from using Annotations to PHP Attributes. This was implmented in 📌 Convert FieldWidget plugin discovery to attributes Needs review and the changes merged into the 10.3.x and 11.x branches. When installing 3.0.5 on a new 10.2.x, for example if it is a dependency of another module during testing, an exception is raise and the installation stops.

Steps to reproduce

Proposed resolution

Like other modules change private_message.info.yml and composer.json so that they are dependent on Drupal core 10.3 and higher.

    "require": {
        "php": ">=8.1",
        "drupal/core": "^10.3 || ^11"
    },

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom somersoft

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024