- 🇳🇱Netherlands e.ruiter
Patch in #4 applies correctly and Drupal upgrade status shows no issues.
- First commit to issue fork.
- Merge request !1Issue #3286076: Automated Drupal 10 compatibility fixes → (Merged) created by Deciphered
- 🇦🇺Australia Deciphered
I added the patch to an issue branch, as well as adding a composer.json file so that I could use it in composer without the need for the patch, allowing me to upgrade to Drupal 10.
The following (or similar) is required in your projects composer.json:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/anonymous_redirect" ] }, "drupal/anonymous_redirect": { "type": "git", "url": "https://git.drupalcode.org/issue/anonymous_redirect-3286076.git" } },
Then add the module using:
composer require drupal/anonymous_redirect:dev-feature/3286076-automated-drupal-10
I hope this is helpful to others.
- 🇦🇺Australia mstrelan
There is also https://github.com/mglaman/composer-drupal-lenient which is probably simpler than adding the repository for each project you need to patch for D10.
- Status changed to Needs review
11 months ago 1:49pm 9 December 2023 This is an automated patch generated by Drupal Rector. Please see the issue summary for more details.
It is important that any automated tests available are run with this patch and that you manually test this patch.
Drupal 10 Compatibility
According to the Upgrade Status module → this patch makes this module compatible with Drupal 10! 🎉
Therefore this patch updates theinfo.yml
file for Drupal 10 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 10 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #59822This patch was created using these packages:
- mglaman/phpstan-drupal: 1.2.4
- palantirnet/drupal-rector: 0.18.2
This is an automated patch generated by Drupal Rector. Please see the issue summary for more details.
It is important that any automated tests available are run with this patch and that you manually test this patch.
Drupal 10 Compatibility
According to the Upgrade Status module → this patch makes this module compatible with Drupal 10! 🎉
Therefore this patch updates theinfo.yml
file for Drupal 10 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 10 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #61455This patch was created using these packages:
- mglaman/phpstan-drupal: 1.2.4
- palantirnet/drupal-rector: 0.18.3
- Status changed to RTBC
9 months ago 1:58am 5 February 2024 - 🇦🇺Australia RichardGaunt Melbourne
This has been tested and is working correctly.
-
mstrelan →
committed 5e003ff5 on 8.x-2.x authored by
Deciphered →
Issue #3286076: Automated Drupal 10 compatibility fixes
-
mstrelan →
committed 5e003ff5 on 8.x-2.x authored by
Deciphered →
- Status changed to Fixed
9 months ago 11:24pm 19 February 2024 - 🇦🇺Australia mstrelan
Thanks all for your patience. While I'm the original author of this module I haven't been active on this since the 7.x-1.x version. Nevertheless I've merged this to 8.x-2.x. Please let me know if the dev snapshot is working and I'll cut a release.
Also it looks like we're seeking new maintainers. If anyone would like to step up please open an issue.
Automatically closed - issue fixed for 2 weeks with no activity.