Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Primary Improvment
The main improvement in this release was presented by #2915289: Add option for role restriction per asset. The conditions and the logic for the conditions has been removed from the module in favor of condition plugins provided by core and contrib modules. This allows for custom conditions as needed for the particular requirement. It also eliminates the maintenance need for the maintainers to keep up to date with condition requests and logic of those.
Upgrade
Theres no database update necessary. There is an upgrade support built into the code to convert old conditions into condition plugin objects. Doing this allows for easy upgrades to this version with exported configurations. Once the configuration entity is resaved, it will contain the new plugin object configurations.