Closed (fixed)
Project:
PHPMailer SMTP
Version:
2.3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2024 at 20:49 UTC
Updated:
2 May 2025 at 01:11 UTC
Jump to comment: Most recent
Update the module to work with Drupal 11.
Determine what's required and make the changes.
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 #5
sarwan_verma commentedHi @imclean,
I have resolved the pending issue for Drupal 11 and created Merge Request MR! 3.
Please review and verify.
Thank!
Comment #6
imclean commentedThanks @sarwan_verma. Will the module still work with versions of Drupal prior to 10.3 after this change? See the change record for more information.
Comment #7
chris matthews commentedWould it be possible to tag a 2.2.6 or 2.3.0 release with Drupal 11 compatibility?
Comment #8
imclean commentedI'd like to soon but I'm not sure the change proposed in the merge doesn't break compatibility with older Drupal versions.
@sarwan_verma can you review the change record I linked to.
Comment #9
imclean commentedI just checked and the deprecated method will be removed in Drupal 12, not 11. I'll tag a Drupal 11 release and this can be fixed later.
Comment #10
imclean commented@sarwan_verma this module supports Drupal versions from 8.8 onwards. At the very least I'd like to support 9 and 10 as well as 11. This requires using the DeprecationHelper to maintain backward compatibility. This is described in the change record I linked to in #6.
Comment #11
imclean commentedI've started a new branch for 10.3.x and above. @sarwan_verma can you update the MR for this branch?
Comment #12
imclean commentedComment #14
imclean commentedD11 is already supported, the change here has been added to the 2.3.x branch.
Comment #15
imclean commented