- last update
over 1 year ago 53 pass 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 → , even with this patch, this module is not yet compatible with Drupal 10.
Currently Drupal Rector, version 0.15.1, cannot fix all Drupal 10 compatibility problems.
Therefore this patch does not update the
info.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 #12554This patch was created using these packages:
- mglaman/phpstan-drupal: 1.1.35
- palantirnet/drupal-rector: 0.15.1
- First commit to issue fork.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Not currently mergeable. - @arti_parmar opened merge request.
- d0435199 committed on 4.x
Issue #3289268 by saurabh-2k17: Automated Drupal 10 compatibility fixes
- d0435199 committed on 4.x
- 🇮🇳India saurabh-2k17
I have committed the changes suggested by Upgrade Status module. Few namespaces which were added by the bot were not added as they were never suggested by upgrade status.
- last update
over 1 year ago 53 pass 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 → , even with this patch, this module is not yet compatible with Drupal 10.
Currently Drupal Rector, version 0.15.1, cannot fix all Drupal 10 compatibility problems.
Therefore this patch does not update the
info.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 #15054This patch was created using these packages:
- mglaman/phpstan-drupal: 1.1.37
- palantirnet/drupal-rector: 0.15.1
- First commit to issue fork.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.1 & MySQL 8last update
about 1 year ago Not currently mergeable. - @eojthebrave opened merge request.
- last update
about 1 year ago 53 pass - last update
about 1 year ago 53 pass -
eojthebrave →
committed b08d41cc on 4.x
Issue #3289268 by Project Update Bot: Automated Drupal 10 compatibility...
-
eojthebrave →
committed b08d41cc on 4.x
-
eojthebrave →
committed f60a0dfb on 4.x
Revert "Issue #3289268 by Project Update Bot: Automated Drupal 10...
-
eojthebrave →
committed f60a0dfb on 4.x
- 🇺🇸United States eojthebrave Minneapolis, MN
The final changes required for Drupal 10 compatibility will make the module incompatible with Drupal 8 due to the removal of code that was deprecated in 9.1 and removed in 10 related to dispatching events. So I've opened a new 5.x branch which will provide support for ^9.1 | ^10, and the 4.x branch will remain ^8 | ^9. Though honestly I'm not likely to continue to do much work on the 4.x branch since I don't personally have a use case for supporting Drupal 8 anymore.
For anyone on Drupal 9 you should be able to just switch to the new 5.x branch once there's a release and it'll work fine and allow you to move to Drupal 10.
- 🇮🇳India ushma
Hi @eojthebrave
I am in procces to upgrade drupal 9.5 to drupal 10 and currently using recurly 4.0.0-alpha1
How can I make this module compatible right now since there's still no stable release of D10 compatible version. Please suggest. - 🇺🇸United States eojthebrave Minneapolis, MN
Hi @ushma you should be able to install the 5.x branch of the module for Drupal 10 using this command
composer require 'drupal/recurly:5.x-dev@dev'
. I'm planning to create a stable release as soon as this issue is resolved 📌 Fix the issues reported by phpcs Needs review . I just wanted to have all the PHPCS tests passing cleanly before making the release. Just needs a review of that patch and we should be good. We've been using the code in the 5.x branch in production for a few months now with no issues.