4.0.0-beta1
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:
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
- Update README to install 4.x alpha by @stephen-cox in #39
- Update lando file to help demonstrate best preparation for Drupal 10… by @finnlewis in #41
- Updated Github workflow to test against 4.x branch by @stephen-cox in #42
- Fix typo in README by @opdavies in #43
- Set PHP version to 8.2 in default ddev config. by @finnlewis in #46
- ci: fix phpstan by @millnut in #36
- Add workflow_dispatch trigger by @finnlewis in #49
New Contributors
Full Changelog: 4.0.0-alpha1...4.0.0-beta1