ECA Module 3.0.0 for Drupal Released with Drupal 11.2 Support and Modeler API
Version 3.0.0 of the ECA module for Drupal is now available, fully compatible with Drupal 11.2. Shared by creator and maintainer Jürgen Haas, this major release introduces integration with the new Modeler API, improving how event-condition-action workflows are managed across Drupal sites.
ECA 3.0.0 can be installed via Composer using the command `composer require drupal/eca:^3.0`. Manual installation files are also available in tar.gz and zip formats, though Composer is the recommended approach for Drupal 8 and later.
To update from ECA 2, users must update the codebase to include the latest versions of `eca`, `bpmn_io`, and `modeler_api`, clear the cache with `drush cr`, and run database updates using `drush updatedb`. This process enables new modules, disables deprecated submodules, and updates existing ECA models with the metadata required by the new Modeler API.
For full release notes and more information, visit https://www.drupal.org/project/eca/releases/3.0.0


