Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
39.21 KB
MD5: e1abe45bdd44ce3a18797a57efffec11
SHA-1: 3df9a7ea2aa4b26f702572e1abf8462090752092
SHA-256: 5bd2ea1015c2946042792a87748ffb1b9987cba22f5eba134003bcb202813aae
Download zip
59.91 KB
MD5: 094b28d7752fa0c68b6e47531f42f795
SHA-1: ce79485b7e6dc3e3c5fe15f380fc7e1aa8f1fe9e
SHA-256: 5c1bc3fd343df47494fb31634fa21d635bd287071de7898b309cc393eb24d576
Release notes
- Coding standards fixes.
- #2764479 by jhedstrom: Split admin form methods into separate interface from FieldPermissionTypeInterface
- #2764425 by jhedstrom: Cleanup the report logic to make use of plugins
- #2764405 by jhedstrom: Add explicit tests for views integration
- #2757267 by jhedstrom: Convert the field permissions types to plugins
- #2758785 by jhedstrom: Remove underscore in permission names
- #2758783 by jhedstrom: Rename some service methods for clarity
- #2758139 by jhedstrom: Test the field permission report controller
- #2758757 by jhedstrom: Fix the field permissions report page
- #2757433 by jhedstrom: Utilize 3rd party settings API instead of config for field permissions
- #2758059 by jhedstrom: Move web tests to BrowserTestBase
- #2757431: Move away from static methods in field permission service
- #2757299 by jhedstrom: The comment module is currently required
- #2756685 by jhedstrom: Test cleanup
- #2756593 by jhedstrom: Interface cleanup
- Some automated cleanup via phpcbf.
- Remove old admin files
- Remove 7.x tests
- Remove redundant constant define statements.
- Remove old install file
- Merge branch '8.x-1.x' of https://github.com/drugo32/field_permissions into 8.x-1.x-initial