Downloads

Download tar.gz 2.51 MB
MD5: e07219d1334dcc75730f77e009b9d7df
SHA-1: 42565200a6d3adf1b49159c9cf641ac946c419d1
SHA-256: f654d75ac12a33fb618d2a24ec41d1c6f48eab52ba6c999339d2a311505942bd
Download zip 2.53 MB
MD5: 1b26ca2c9f8c5ecfb31bab0b008364a1
SHA-1: d353059d789da581fd4f44e072cb042f7fef48ef
SHA-256: d70a1001f68d28735ac6ef7e086b0e2f5e85ef73ccc7b1772c1bbe0230d42e8e

Release notes

LocalGov Microsites

The 4.x release moves the underlying architecture to use https://www.drupal.org/project/group_sites

New installations

All new installations of localgov_microsites should start with the 4.x branch.

The 4.x branch is the focus of active development and support.

To install, use composer with the localgovdrupal/localgov_microsites_project project template:

composer create-project --stability stable localgovdrupal/localgov_microsites_project:^4.0 MY_PROJECT  --no-install

For further installation instructions, please see:

https://github.com/localgovdrupal/localgov_microsites_project?tab=readme...

Upgrading from localgov_microsites 3.x (Drupal 10)

To upgrade from localgov_microsites 3.x, the recommended steps are as follows:

drush pm:uninstall localgov_microsites_permissions
composer require drupal/group_sites drupal/group_context_domain 
composer require drupal/geofield_map
drush en group_sites group_context_domain 
composer require localgovdrupal/localgov_microsites:^4.0@alpha --with-all-dependencies
composer require drupal/domain_group drupal/group_permissions
drush updb
drush cr

Post upgrade cleanup.

Once you are happy with the upgrade, you can remove the unnecessary modules:

composer remove drupal/domain_group drupal/domain_permissions

Upgrading from Drupal 9

Currently we recommend upgrading from localgov_microsites 2.x to localgov_microsites 3.x before upgrading to localgov_microsites 4.x.

For guidance on upgrading localgov_microsites from Drupal 9 (2x) to Drupal 10 (3.x) please see:
https://github.com/localgovdrupal/localgov/wiki/Upgrading-from-Drupal-9-...

What's Changed

Created by: finn lewis
Created on: 17 Sep 2024 at 12:45 UTC
Last updated: 17 Sep 2024 at 22:55 UTC
Bug fixes
New features
Unsupported

Other releases