Install
Works with Drupal: ^10 || ^11Using dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
15.18 KB
MD5: 098c6b5466bfacb99e7841333bcc0646
SHA-1: 1373addcd89711227da0bac5abe57ee9c9a03961
SHA-256: 390911573d64765b4fc58f116e8da20157a7a83e24c61895a0743118f7e7b51f
Download zip
24.83 KB
MD5: 61ebc72047ab8c1047556fecce19ac77
SHA-1: fa20d36308b93ba23ba957c9135382ebc2b43b96
SHA-256: e4e64c317aeae25370581676a0e53f3470598b912370a0dfe49cd95c48fa26d3
Release notes
Refactor the 1.x branch to fix multiple issues, along with adding the following features:
- Support all entity types using plugin derivatives (node, taxonomy, user, etc), along with support for custom entities.
- Introduce compare types plugins, which moves the compare logic into a plugin so developers can write custom condition logic that may be a one off, or something that can be contributed back to the community. It also allows us to scale out the compare logic into nice isolated chunks.
- Add support for Block Visibility Groups, and Entity Extra Field
At the moment there is no upgrade path from 1.x to 2.x.