Install
Works with Drupal: ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
These comments are the same as for the latest -dev release. Note that this release is not 100% fully compatible with D10 due to a dependency towards the Flag module.
#3257955: Error: Call to a member function isSyncing() on null in flag_lists_actions_flagging_collection_presave() (line 71 of modules/contrib/flag_lists/modules/flag_lists_actions/flag_lists_actions.module).
As the bug might have caused some missing actions the easiest way to restore them is to uninstall the "Flag Lists Actions" sub-module and then install it again. All actions will first be removed and then restored.
#3259130: Views support
Fixes interface updates for the View Bulk form field.
#3266427: Call to a member function id() on null in line 24 of modules/contrib/flag_lists/src/Access/FlaggingCollectionAccessControlHandler.php
Include code, and database repairing, for users being deleted from the system.
#3200737: make the related_flag id unique
Includes the latest mitigation of upgrade crash fixes.
Fixes to make the release Drupal 10 compatible.
Note that a Symfony related fix had to be removed due to that the Flag module is not yet updated:
use Symfony\Component\EventDispatcher\Event; // Drupal 9
use Symfony\Contracts\EventDispatcher\Event; // Drupal 10