- Issue created by @project update bot
- last update
10 months ago 19 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request 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 → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-120024This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- last update
10 months ago 19 pass - last update
10 months ago 4 pass, 3 fail This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request 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, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-120835This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- last update
10 months ago 4 pass, 3 fail The last submitted patch, 4: commerce_abandoned_carts.2.0.0.rector.patch, failed testing. View results →
- First commit to issue fork.
- Status changed to Needs review
4 months ago 12:34pm 13 September 2024 - 🇳🇱Netherlands megachriz
All checks are green! Next step is to test this manually on Drupal 11.
-
megachriz →
committed 2648c41b on 2.0.x
Issue #3428407 by Project Update Bot, megachriz: Added support for...
-
megachriz →
committed 2648c41b on 2.0.x
- Status changed to Active
4 months ago 10:06am 17 September 2024 - 🇳🇱Netherlands megachriz
I tested this manually on Drupal 11 and I checked the following things:
- Using 2 minutes as send timeout, checked that no mail is sent when the cart is updated less than 2 minutes ago.
- When test mode is active, checked if the mail is sent to the test address.
- Checked if phone number and subject is used.
- Checked if from address is used when filled in.
- Checked if store mail address is used when no from address is filled in.
- Checked if site mail address is used when store has no mail address and no from address is filled in.
- Using 30 minutes as history limit, checked that no mail is sent if the cart was updated more than 30 minutes ago.
- When not in test mode, checked if mail is sent only once - no matter the number of products or running cron multiple times.
- Checked if mail is sent to the BCC address.
I noticed that not in all cases mail got sent. I think this has something to do with that I sent locally and that my mail got blocked by some of the providers. Because for some mail addresses I did receive the mail.
I merged the code!
Back to "active" for possible future updates from the update bot.