- First commit to issue fork.
- @intrafusion opened merge request.
- Status changed to RTBC
over 1 year ago 8:59am 27 August 2023 - 🇬🇧United Kingdom intrafusion Edinburgh, UK
This module was the only one blocking my upgrade to D10, by creating the merge request I was able to update my composer.json to:
{ ... "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/paragraphs_summary" ] }, { "type": "git", "url": "https://git.drupalcode.org/issue/paragraphs_summary-3289000.git" } ], "require": { ... "drupal/paragraphs_summary": "dev-3289000-automated-drupal-10", ... }, ... }
- Status changed to Fixed
about 1 year ago 8:47am 25 September 2023 - 🇫🇷France opi
Thanks @infrafusion. I'm back on my Drupal job, and trying to catch up. Currently playing with Gitlab to merge & release this Drupal 10 first stable version.
Automatically closed - issue fixed for 2 weeks with no activity.