Closed (fixed)
Project:
Mailer Plus Log
Version:
1.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2025 at 08:28 UTC
Updated:
6 Apr 2026 at 08:45 UTC
Jump to comment: Most recent
Since Drupal 10.2, core uses PHP attributes instead of annotations.
Follow this pattern by converting the existing plugin annotations to attributes.
See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins
- Convert plugin annotations to attributes.
- Update the supported Drupal core version to 10.2+
N/A
N/A
N/A
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
phoang commented@svendecabooter We should create a 2.x branch to support for Drupal version 10.2 and later
Comment #5
svendecabooterThanks for the MR.
Merged now.
The https://www.drupal.org/project/symfony_mailer module has a minimal Drupal core dependency of 10.3, so I will adjust this module to have the same dependencies. If the parent module does not support older versions, there's no reason for this module to do so either.
Comment #8
svendecabooter