- Issue created by @project update bot
- last update
about 1 year ago 5 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-185727These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.1
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.1
- last update
about 1 year ago 5 pass - last update
about 1 year ago 5 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-188815These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.2
- last update
about 1 year ago 5 pass - Status changed to Needs work
4 months ago 11:03am 10 March 2025 - ๐ง๐ฌBulgaria pfrenssen Sofia
Just updating the version strings is not sufficient. I did a check and the following issues also need to be addressed:
- Class
Drupal\mailgun\Commands\MailgunSanitizeCommands
implements deprecated interfaceDrush\Drupal\Commands\sql\SanitizePluginInterface
: use\Drush\Commands\sql\sanitize\SanitizePluginInterface
instead. - MailgunMail.php, line 111: Call to deprecated method
renderPlain()
. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. UseDrupal\Core\Render\RendererInterface::renderInIsolation()
instead.
- Class
- ๐จ๐ดColombia diegoluisr
I've created a patch with recomendations from Update Status module.
- ๐บ๐ฆUkraine knyshuk.vova
knyshuk.vova โ made their first commit to this issueโs fork.
- ๐บ๐ฆUkraine knyshuk.vova
knyshuk.vova โ changed the visibility of the branch project-update-bot-only to hidden.
- ๐บ๐ฆUkraine knyshuk.vova
knyshuk.vova โ changed the visibility of the branch 3451175-automated-drupal-11 to hidden.
- ๐บ๐ฆUkraine knyshuk.vova
Merge request !27
I was able to configure the module and send an email using version 2.0.0 of the module. - ๐ฎ๐ณIndia keshavv India
Could someone please proceed with releasing the tag for Drupal 11?
- Status changed to RTBC
about 1 month ago 5:04pm 27 May 2025 - First commit to issue fork.
- ๐บ๐ธUnited States dcam
I'll argue that a module isn't "good to go" if its automated tests aren't running, which was the case here because a
.gitlab-ci.yml
hadn't been added yet. I added one and am setting the status back to Needs Review. A maintainer needs to review the testing configuration and enable/disable options that they want to support.I also removed Drupal 9 from all of the
info.yml
Core compatibility strings. GitLab CI can't test against it, so you can't guarantee compatibility. A breaking change may be introduced and you wouldn't know until someone filed a bug report unless you're running the tests yourself. I've done this in the modules I maintain and encourage others to do the same. I typically release a new minor version when doing this. It isn't necessary to release a new major version.As for everyone else asking for this to be committed: I checked the most recently-active maintainer's user profile page. He mentions that he's been serving in the Ukrainian National Guard. So I wouldn't expect a fast response. My own plan is to copy the module and this compatibility fix to a private GitHub mirror until an update is made. I'm not interested in maintaining the module because I know nothing about it or the Mailgun service yet. This is my first day of using it.