Submitted new patch for making module compatible with D10, by fixing depreciations of default theme name and call to Symphony method name.
- First commit to issue fork.
- @deciphered opened merge request.
- 🇦🇺Australia Deciphered
I added the patch to an issue branch 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/m4032404" ] }, "drupal/m4032404": { "type": "git", "url": "https://git.drupalcode.org/issue/m4032404-3288400.git" } },
Then add the module using:
composer require drupal/m4032404:dev-feature/3288400-automated-drupal-10
I hope this is helpful to others.
- First commit to issue fork.
- 🇧🇪Belgium victonator
I tested the Merge request in comment #12 and on a new Drupal 10 project it works great!
- Status changed to RTBC
over 1 year ago 10:49pm 26 March 2023 -
suzymasri →
committed f58eac81 on 8.x-1.x
Issue #3288400 by Project Update Bot, Deciphered, VISHWA11, realityloop...
-
suzymasri →
committed f58eac81 on 8.x-1.x
- Status changed to Fixed
over 1 year ago 9:21pm 27 March 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
I reached out to suzymasri on her contact form and she kindly made a new D10 release 🙌
Automatically closed - issue fixed for 2 weeks with no activity.