Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 24.18 KB
MD5: a3b53bff1409bed79c0b4004b973c6f6
SHA-1: 7b20b9cb4456493de05c46261daad4ec025951d4
SHA-256: e6cf1fe091093e433e5f55e14d86f87dbed105da74d5a0016f3960bb13898bcd
Download zip 39.07 KB
MD5: c80d19ef5c905fbf29d3b7e7b07433d7
SHA-1: a70028cd5608e4035df7ce91f1d1c6b92a9e8945
SHA-256: 63833566cd547e59e316d51a893ff5e4f20423bd0e62aeec95269f19d925319e

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.

Created by: pookmish
Created on: 10 Dec 2017 at 00:38 UTC
Last updated: 9 Apr 2018 at 20:58 UTC
Bug fixes
New features

Other releases