Releases: localgovdrupal/localgov_microsites
4.0.0-alpha2
What's Changed
- Update localgov_microsites.yml by @finnlewis in #419
- Fix for Deprecated function: Creation of dynamic property by @AWearring in #415
- 4.0.0-alpha2 release by @finnlewis in #420
New Contributors
- @AWearring made their first contribution in #415
Full Changelog: 4.0.0-alpha1...4.0.0-alpha2
4.0.0-alpha1
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
3.0.0-alpha1
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
- Run Github tests against the 2.1.x branch by @stephen-cox in #396
- Update localgov_microsites_media.info.yml for Drupal 10 by @finnlewis in #399
- Update localgov_blogs version since release and deletion of branch. by @finnlewis in #403
- Update versions of localgov_page and localgov_claro since branch dele… by @finnlewis in #404
- Release 3.0.0-alpha1 by @stephen-cox in #401
- Update to target localgov_microsites_group 3.0.0-alpha1 by @finnlewis in #407
- 3.0.0-alpha1 release by @finnlewis in #408
Full Changelog: 2.1.0-beta6...3.0.0-alpha1
2.1.0-beta6
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
- Domain group updated with commit by @ekes in #387
- 2.1.0-beta6 release by @finnlewis in #390
Full Changelog: 2.1.0-beta5...2.1.0-beta6
2.1.0-beta5
What's Changed
- Update Domain Path to version 1.2 by @stephen-cox in #385
- Release 2.1.0-beta5 by @stephen-cox in #386
Full Changelog: 2.1.0-beta4...2.1.0-beta5
2.1.0-beta4
What's Changed
- Add missing media dependencies by @stephen-cox in #376
Full Changelog: 2.1.0-beta3...2.1.0-beta4
2.1.0-beta3
What's Changed
- Avoid using class constant as module is not installed when UI installer first reads this line. by @ekes in #366
- 2.1.0-beta3 release by @finnlewis in #369
Full Changelog: 2.1.0-beta2...2.1.0-beta3
2.1.0-beta2
What's Changed
- Enable stable9 theme when using localgov_base by @stephen-cox in #360
- 2.1.0-beta2 by @finnlewis in #361
Full Changelog: 2.1.0-beta1...2.1.0-beta2
2.1.0-beta1
Beta release of LocalGov Microsites 2.1.x
Please note: this is the 2.1.x branch which will maintain support for Drupal 9.5
We are also maintaining a 2.0.x branch which supports Drupal 9.4.
We are releasing this beta in line with the expectations outlined on Drupal.org.
Specifically:
- All critical data loss and security bugs are resolved
- The APIs are frozen enough so that contributed module and theme authors can start upgrading their projects.
- Most of the problems with the upgrade path are fixed and it's possible to successfully upgrade a copy of the Drupal.org database to the new Drupal version.
We welcome any feedback and bug reports on issues at https://github.com/localgovdrupal/localgov_microsites/issues
What's Changed
- Update the default content by @msayoung in #340
- Updated GitHub Actions for 2.1.x branch by @stephen-cox in #353
- Remove patch that is included in Drupal 9.5.1 by @finnlewis in #351
- 2.1.0-beta1 release by @finnlewis in #355
Full Changelog: https://github.com/localgovdrupal/localgov_microsites/commits/2.1.0-beta1
2.0.0-beta2
Beta release of LocalGov Microsites
Please note: this is the 2.0.x branch which will maintain support for Drupal 9.4
For new installs, we recommend the 2.1.x branch which currently supports Drupal 9.5 and up.
We are releasing this beta in line with the expectations outlined on Drupal.org.
Specifically:
- All critical data loss and security bugs are resolved
- The APIs are frozen enough so that contributed module and theme authors can start upgrading their projects.
- Most of the problems with the upgrade path are fixed and it's possible to successfully upgrade a copy of the Drupal.org database to the new Drupal version.
We welcome any feedback and bug reports on issues at https://github.com/localgovdrupal/localgov_microsites/issues
What's Changed
- Update the default content by @msayoung in #340
- Restrict the version of drupal/core to 9.4.x but not up to 9.5, so th… by @finnlewis in #352
- 2.0.0-beta2 release by @finnlewis in #356
Full Changelog: https://github.com/localgovdrupal/localgov_microsites/commits/2.0.0-beta2