Releases: localgovdrupal/localgov_microsites
4.0.1
3.0.0-alpha2
What's Changed
- Fix running tests with Paratest in Github Actions by @stephen-cox in #409
- [3.x] fix: lock packages due to incompatibility with recent changes for 4.x by @millnut in #494
- 3.0.0-alpha2 by @ekes in #497
Full Changelog: 3.0.0-alpha1...3.0.0-alpha2
4.0.0
Note: please see notes on https://github.com/localgovdrupal/localgov_microsites/releases/tag/4.0.0-alpha4
What's Changed
- Use shared workflow for GitHub testing by @stephen-cox in #477
- Update dependencies for stable 4.0.0 release by @stephen-cox in #484
- 4.0.0 release by @finnlewis in #485
Full Changelog: 4.0.0-beta4...4.0.0
4.0.0-beta4
What's Changed
- 202407 responsive preview by @anthonylindsay in #469
- release 4.0.0-beta4 by @stephen-cox in #470
New Contributors
- @anthonylindsay made their first contribution in #469
Full Changelog: 4.0.0-beta3...4.0.0-beta4
4.0.0-beta3
What's Changed
- Remove patch for autosave_form module that is no longer required by @stephen-cox in #467
- Enable the Domain Alias module with site installs by @stephen-cox in #465
- release 4.0.0-beta3 by @stephen-cox in #468
Full Changelog: 4.0.0-beta2...4.0.0-beta3
4.0.0-beta2
What's Changed
- Adds and configures redirect module by @markconroy in #454
- 4.0.0-beta2 release by @finnlewis in #458
Full Changelog: 4.0.0-beta1...4.0.0-beta2
4.0.0-beta1
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.
- 4.0.0-beta1 release by @finnlewis in #441
Full Changelog: 4.0.0-alpha5...4.0.0-beta1
4.0.0-alpha5
What's Changed
- Update README.md by @finnlewis in #426
- Replace domain group resolver with localgov_microsites_group_get_by_c… by @finnlewis in #425
- 4.0.0-beta5 release by @finnlewis in #430
Full Changelog: 4.0.0-alpha4...4.0.0-alpha5
4.0.0-alpha4
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:
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
What's Changed in this release
- Feature/4.x/tablefield php82 deprecation by @finnlewis in #421
- Feature/4.x/tablefield php82 deprecation (#421) by @finnlewis in #422
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:
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