Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download group-8.x-1.0-rc3.tar.gztar.gz 147.32 KB
MD5: 8fc3ebf18714afb49086768551e22c98
SHA-1: 1c43b7f866df2d6c4c16c8b1a25427c75ebd3e9b
SHA-256: c2b5685591c668e7d91dc424e4648dd6f710a60b58011aa150eca35e462a3572
Download group-8.x-1.0-rc3.zipzip 289.65 KB
MD5: def5742d5fbc39be1abf107bef188eb7
SHA-1: e697310cbe99219c9f8af7858d17303c7c0a6ac0
SHA-256: abece6e9e0a686e99ca29083d91e6e24ab8b05aba80e323cbb722c70b43007ec

Release notes

Change records for this release: See this list.

Of special note

  • Cache contexts have received an overhaul, please check your code for deprecated ones. For security reasons, group_membership.roles.permissions has been removed!
  • Group permissions are now built, cached and can be altered during build time. This should hopefully increase site performance a lot.
  • Group lists now use query access! This means you will only see those groups you have access to. Grouped entities and GroupContent lists will be supported in a future release. This requires Entity API until the query access layer makes it into core!
  • Minimum core version bumped to 8.6.x
  • New co-maintainer: Ronald te Brake

Going forward

This release is a proof of concept for a full release. I need to keep pushing to get the new VariationCache system into core (#2551419: Abstract RenderCache into a separate service that is capable of cache redirects in a non-render array-specific way), add entity query access for grouped entities and GroupContent and review + apply the vast amount of feature requests and bug reports before tagging 8.1.0.

I'm hoping to get a release out the door soon. I've been sidetracked by some core issues that were blocking Group for a long time. This release even includes a copy of the VariationCache system because I could simply no longer let it block further Group releases. It's been over a year since the last release :/

Full changelog

Created by: kristiaanvandeneynde
Created on: 12 Jun 2019 at 13:21 UTC
Last updated: 29 Jul 2020 at 16:59 UTC
Bug fixes
New features
Insecure

Other releases