Skip to content

Releases: localgovdrupal/localgov_microsites_project

4.0.0-beta2

21 May 12:17
e27d13f
Compare
Choose a tag to compare

What's Changed

  • Update DDEV config to add fqdns for localgov_microsites_group phpunit… by @finnlewis in #53
  • 4.0.0-beta2 release by @finnlewis in #54

Full Changelog: 4.0.0-beta1...4.0.0-beta2

4.0.0-beta1

07 May 11:33
9f3d28a
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

What's Changed

New Contributors

Full Changelog: 4.0.0-alpha1...4.0.0-beta1

4.0.0-alpha1

29 Feb 15:22
5d7cd87
Compare
Choose a tag to compare

Upgrading from localgov_microsites 3.x

Please see https://github.com/localgovdrupal/localgov_microsites/releases/tag/4.0.0-alpha1

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

What's Changed

New Contributors

Full Changelog: 2.0.0-beta2...4.0.0-alpha1

3.0.0-alpha1

30 Nov 15:43
9412c36
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release

Initial alpha release supporting Drupal 10.

Upgrade instructions

For guidance on upgrading localgov_microsites from Drupal 9 to Drupal 10, please see:
https://github.com/localgovdrupal/localgov/wiki/Upgrading-from-Drupal-9-to-10#basic-upgrade-to-drupal-10-for-localgov-microsites

Please note:

There are failing tests which indicate that group_permissions is not working as it should.
The implication of this is that attempting to limit content types per group is not currently working.
For example, on /group/1/domain-settings there is a content tab. Enabling or disabling content types here has no effect.

We are exploring moving away from group_permissions, being discussed on localgovdrupal/localgov_microsites_group#428

We are also exploring moving to use group_sites https://www.drupal.org/project/group_sites
See: localgovdrupal/localgov_microsites_group#429

What's Changed

New Contributors

Full Changelog: 2.0.0-beta7...3.0.0-alpha1

2.0.0-beta7

03 Jul 15:38
4f0f414
Compare
Choose a tag to compare

What's Changed

This changes the repository used to retrieve Domain Group module. It is the companion release to https://github.com/localgovdrupal/localgov_microsites/releases/tag/2.1.0-beta6 which will be updated with this.

  • Feature/2.x/domain group repo switch by @ekes in #29
  • 2.0.0-beta7 by @ekes in #30

Full Changelog: 2.0.0-beta6...2.0.0-beta7

2.0.0-beta6

27 Mar 14:13
827d231
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-beta5...2.0.0-beta6

2.0.0-beta5

2.0.0-beta4

09 Jan 16:42
8ffd204
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0-beta3...2.0.0-beta4

2.0.0-beta3

12 Dec 17:07
7fe424b
Compare
Choose a tag to compare

What's Changed

  • Fix/htaccess by @finnlewis in #15 (fixes a composer scaffold problem where on initial install we had no .htaccess file.
  • 2.0.0-beta3 release by @finnlewis in #16

Full Changelog: 2.0.0-beta2...2.0.0-beta3

2.0.0-beta2

12 Dec 15:03
3054077
Compare
Choose a tag to compare

What's Changed

  • Remove group_term from overridden repositories. Release has been made. by @ekes in #13