Install
Works with Drupal: ^8.8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
170.88 KB
MD5: 1efa385f3a85921f844ffc33c6f3e5fd
SHA-1: 89147f53b77245e201251b1bb622da3f92d7a1bd
SHA-256: 7f9398cfa4133042436ee5fd8a5bf8ba20c936c02f2ef0e311127c20ea5b7351
Download zip
324.1 KB
MD5: 983ea4d73cbd98af0e3356ea87cde19c
SHA-1: 167129a35353800e7ec1dc3302a4de7da1dae837
SHA-256: 66ef11028ea6dfc96a568b202fd7edfd3f1e6a22c767ec46d582b5e51c97a584
Release notes
The "Maybe this one won't melt down" release.
Summary
After the recent nightmare of security releases following the 1.0 release, we can hopefully get back to the planned system of smaller releases with bugfixes and smaller new features.
Of special note
One of the new features in this release is that you can now swap out the entity access handler for a plugin. This was introduced so I can keep the promise I made in the 1.2 release notes. You can now revert to the old way of Group interacting with other node access modules, but keep in mind that all bets are off if you decide to do so.
Also, the core version has been bumped up to 8.9
Contributors (2)
Changelog
Issues: 7 issues resolved.
Changes since 8.x-1.2:
Bug
- #3110773 by Berdir: List cache tags in getCacheTagsToInvalidate() result in bad cacheability
- #3163727 by kristiaanvandeneynde: Don't deny access to update/delete unpublished entities if we don't support it yet
Task
- #3159331 by kristiaanvandeneynde: Remove typesafe identifier checking in RefinableCalculatedGroupPermissions::mergeItems()
- #3173139 by kristiaanvandeneynde: Respect $return_as_object in GroupContent ACH
- #3169521 by kristiaanvandeneynde: Do not leak cacheable metadata when the query provides none
- #3167443 by kristiaanvandeneynde: Bump core version to 8.9
- #3163506 by kristiaanvandeneynde: Allow content plugins to override their entity access checks