Will this module and its submodules be made compatible with Drupal 9? Would love to see it!
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | 微信截图_20211207160935.png | 53.93 KB | lawxen |
Issue fork social_auth_decoupled-3216823
Show commands
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 #2
lawxen commentedSeeking comaintainer for this module and its submodules
Comment #3
rajeshreeputra+1
Comment #4
murilohp commentedComment #5
lawxen commented@murilohp +1
Comment #7
murilohp commented@lawxen, I opened the merge request, during the development, I used the drupal/upgrade_status module and made some minor fixes according to PHPCs, I saw you're looking for a comaintainer for this module, if you want to, I can be a maintainer of this module and the other modules.
Thanks!
Comment #8
murilohp commentedComment #9
murilohp commentedComment #10
anagomes commentedWorking on the review
Comment #11
anagomes commentedThe changes made in the merge request allow module to be compatible with Drupal 9.
Steps:
1. Install Social Auth Decoupled in Drupal 9.
2. Go to admin/modules (Extend).
3. You won't be able to enable the module. The following message appears: "This version is not compatible with Drupal 9.2.7 and should be replaced."
4. Get the code from the merge request.
5. Refresh admin/modules page and the message is gone and you'll see you can enable the module and use it.
Comment #12
murilohp commented@lawxen could you please review this issue? If we merge the code, it will be easier to upgrade the modules that are requiring social_auth_decoupled.
Comment #13
abdhomsi commented+1
Comment #15
murilohp commentedThanks to all! The module is now compatible to D9 and a new release 2.4 was released with this feature.
Comment #16
lawxen commentedI found there's no supported version on module page (And social auth google api has same problem).
Comment #17
murilohp commented@lawxen, I forgot to update the main page, I released an Alpha version with Drupal9, now the page has the link to releases. Good catch!!
Regarding social_auth_google, I'm updating the module and today I'll release a new version.