Install

Works with Drupal: ^9 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 160.78 KB
MD5: a8e221b9c01aff7a137503575d4e5176
SHA-1: 9c1e77dc58cfda8d228ed5827bdccba38b47e7f9
SHA-256: 9fc0f9832ea34ac1d55194fc2bc657edfffd1606720006826c7863df73b57f2c
Download zip 306.62 KB
MD5: 44610d2721a53df22a46ef82847ed6b4
SHA-1: 2c2d9e46d5eb9d5e1c8f8d5dac939c77a3477b99
SHA-256: 35dec0749dc4bb5a08e52ceb7803341a5192fad53e6c1ac8196f8f86b3f003eb

Release notes

Bug:

  • #3384483: Unable to run access_policy_update_9001.
  • #3384668 by mandclu, partdigital: Add update hook for migrating configuration.

Update notes

If upgrading from 1.0.0-alpha7 or earlier:
Please upgrade to 1.0.0-alpha8 first or the upgrade to 1.0.0-beta2 will not work.

Also read the release notes for each release as they may have special instructions.

If upgrading from 1.0.0-alpha8:
Put the site in maintenance mode. Upgrading to the new code will cause a fatal error before the update is run. This is expected. It will resolve itself after running updb.

There were some major configuration changes in 1.0.0-beta1. This does its best to attempt to migrate those over, however it's strongly recommended to review your selection mode settings after update.

  1. Go to /admin/people/access-policies
  2. Click the Content settings link.
  3. Confirm that Selection mode settings are as expected. "Default" is the old "Automatic" mode and "Discretionary" is the old "Manual" mode.
  4. Save the configuration.
  5. Repeat these steps for all entity types that are controlled by access policy.

Breaking changes

Content entity type support
In 1.0.0-beta1, we relaxed some constraints in order to support more entity types, especially paragraphs . However, that caused some unexpected behavior with some contrib modules. We've reverted that change with the exception of still supporting paragraphs. Nodes, Blocks, Media, Taxonomy etc. continue to be supported.

Created by: partdigital
Created on: 1 Sep 2023 at 17:37 UTC
Last updated: 15 Oct 2023 at 10:19 UTC
Bug fixes

Other releases