Skip to content

Releases: localgovdrupal/localgov_microsites

4.0.0-beta1

02 May 15:03
6549c52
Compare
Choose a tag to compare

LocalGov Drupal Microsites 4.0.0 Beta 1

We are moving closer to a stable release.

All the tests now pass, so we are in parity with the 2.x and 3.x branches.

We would like to add some additional automated tests to confirm the access control between users and microsites is consistent and secure.

What's Changed

This is the first beta release for LocalGov Drupal Microsites.

Full Changelog: 4.0.0-alpha5...4.0.0-beta1

4.0.0-alpha5

23 Apr 12:05
3a3b31f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0-alpha4...4.0.0-alpha5

4.0.0-alpha4

18 Apr 22:42
52d6a36
Compare
Choose a tag to compare

What's Changed (in this release)

  • Revert erroneous patch against drupal/core which should be against dr… by @finnlewis in #423

Full Changelog: 4.0.0-alpha3...4.0.0-alpha4

What's Changed in the 4.x branch

The 4.x branch 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.

We are moving towards a stable release soon and the 4.x branch is the focus of active development and support.

For installation instructions, please see:

https://github.com/localgovdrupal/localgov_microsites_project?tab=readme-ov-file#localgov-drupal-microsites-composer-project-template

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-to-10#basic-upgrade-to-drupal-10-for-localgov-microsites

4.0.0-alpha3

18 Apr 20:48
a0af10c
Compare
Choose a tag to compare

What's Changed in this release

4.x branch

The 4.x branch 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.

We are moving towards a stable release soon and the 4.x branch is the focus of active development and support.

For installation instructions, please see:

https://github.com/localgovdrupal/localgov_microsites_project?tab=readme-ov-file#localgov-drupal-microsites-composer-project-template

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-to-10#basic-upgrade-to-drupal-10-for-localgov-microsites

4.0.0-alpha2

18 Apr 14:39
61faa10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0-alpha1...4.0.0-alpha2

4.0.0-alpha1

29 Feb 15:17
3cd0389
Compare
Choose a tag to compare

This 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.

We are moving towards a stable release soon and the 4.x branch is the focus of active development and support.

For installation instructions, please see:

https://github.com/localgovdrupal/localgov_microsites_project?tab=readme-ov-file#localgov-drupal-microsites-composer-project-template

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-to-10#basic-upgrade-to-drupal-10-for-localgov-microsites

3.0.0-alpha1

02 Oct 15:19
57c21d8
Compare
Choose a tag to compare

Initial alpha release to support Drupal 10

Please test!

In particular, if you have live microsites, testing the upgrade process will be hugely valuable at this point.

We do not recommend releasing to production until we have a beta release.

What's Changed

Full Changelog: 2.1.0-beta6...3.0.0-alpha1

2.1.0-beta6

03 Jul 15:34
bd2892c
Compare
Choose a tag to compare

What's Changed

This release changes the repository it retrieves Domain Group module from.

If you are using the localgov_microsites_project there is an update for that too that will update your composer.json. If you are not you want to update your composer.json in the same way localgovdrupal/localgov_microsites_project@aa11c00

Full Changelog: 2.1.0-beta5...2.1.0-beta6

2.1.0-beta5

07 Jun 13:07
f23a985
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0-beta4...2.1.0-beta5

2.1.0-beta4

30 Mar 10:12
9e6452e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0-beta3...2.1.0-beta4