Install

Works with Drupal: ^10.3 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 215.52 KB
MD5: 726f47377cd1e10d0331913fba09de65
SHA-1: e32f55c92ef378a706058f674beee7ea3f8c380f
SHA-256: 8db1d7d66578c6ef284692783ce13b65fb8bc6b447fbed1dd5f95614e8a7b522
Download zip 416.15 KB
MD5: 9e105355abaa39e2a29c415f787e9596
SHA-1: 41ffac424d7d38d2aab47af296a715ad68ec78ae
SHA-256: b1fabf3bd4164f4b925a7c578aae1938cda83957c9da30325ba2917850ea8eee

Release notes

End of the line! (sort of)

This is a feature and bugfix release, but the most noteworthy thing is that the new 3.3.0 release now has a limited upgrade path from 2.3.0! You should first update to the latest 2.x.x release (this one) before you head over to the v3.3.0 release and try upgrading.

This release adds proper D11 support.

I am also planning on starting work on v4, dropping all dependencies now that both VariationCache and Flexible Permissions have been added to Drupal core. This new release will have a direct upgrade path from v3 only.

Disabling VariationCache (the module)

This release bumps the version of Flexible Permissions to 2.x.x, which no longer needs the VariationCache module as it now relies on the one from core.

If you are upgrading using composer, you should either composer require drupal/variationcache before or after downloading the new Group version (composer require drupal/group:^3.3 -W). After running database updates, you can then turn off the variationcache module and remove the dependency once and for all.

If you are still using manual downloads, just update, turn off variationcache and then feel free to delete said module from your filesystem.

Contributors (27)

kristiaanvandeneynde, graber, vensires, claudiu.cristea, heddn, seanB, opdavies, catch, bojan_dev, erlendoos, Matroskeen, ekes, gorkagr, caesius, ulethjay, msnassar, RichardDavies, SomebodySysop, gxleano, LOBsTerr, Aporie, Spokje, JordiK, gwvoigt, chOP, naveenvalecha, zniki.ru

Changelog

Issues: 23 issues resolved.

Changes since 2.2.2:

Bug

Feature

Task

Created by: kristiaanvandeneynde
Created on: 18 Oct 2024 at 08:53 UTC
Last updated: 25 Oct 2024 at 11:37 UTC
Bug fixes
New features

Other releases