Install
Works with Drupal: ^10.4 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
27.76 KB
MD5: a2aec3e4d7c6e123c6f10afdb8cda6ed
SHA-1: 47728ffeacf7632e593a362d1034289c3661be38
SHA-256: 4d8be7ad7dfd8b2998b54ced55545407e4311c59a399068078749ef32009f211
Download zip
49.19 KB
MD5: 9032f73d84369d8acbc03f9c6fe889cd
SHA-1: e2b452b7e3ad65a0fccb89167f8cf56e20067342
SHA-256: dae3ab339e4480013fb3a463e4b54c88588d9bf5e0c2ba1407e4ff94ed84e788
Release notes
Initial Drupal 10 version.
Major changes:
- Events have been renamed based on their trigger id. Ex: A trigger with the id of "abandoned_carts" has an event name of "commerce_eta.abandoned_carts"
- Expansion into the rest of the Commerce entity ecosystem. Triggers can be created for any entity where Condition plugins are installed.
- The event fired is now entity agnostic. It is no longer just an OrderEvent.
Events stored in the database are now entities. Migration path is a hook update which will delete the old custom database table and convert all prior events to content entities.