- 🇺🇸United States bas123
What is the latest with Drupal 10 compatibility?
Or should I abandon this module before upgrading?
- 🇨🇴Colombia camilo.escobar
@bas123, I see the patch to make the module compatible with Drupal 10 was merged into branch
8.x-4.x
in this other issue https://www.drupal.org/project/pet/issues/3329413 📌 Automated Drupal 10 compatibility fixes Fixed . However, no new tag has been created since8.x-4.2
.At the time of writing this, the branch
8.x-4.x
is ahead of tag8.x-4.2
by 3 commits, including the one that changespet.info.yml
for Drupal 10 compatibility. Here is the comparison: https://git.drupalcode.org/project/pet/-/compare/8.x-4.2...8.x-4.x?from_...My solution to continue using the module in Drupal 10 was to require the dev branch
8.x-4.x
:
composer require 'drupal/pet:dev-4.x'
.I hope it helps.
- Status changed to Fixed
10 months ago 8:03am 12 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.