Releases: localgovdrupal/localgov_microsites_project
4.0.1
What's Changed
- Update dependencies for stable 4.0.0 release by @stephen-cox in #70
- ci: update deprecated cache action and checkout action to latest version by @millnut in #72
- feat: fail workflow if composer patches fail by @millnut in #71
- 4.0.1 release by @finnlewis in #73
Full Changelog: 4.0.0...4.0.1
4.0.0-beta5
What's Changed
- Update DDEV config to add fqdns for localgov_microsites_group phpunit… by @finnlewis in #53
- Update Lando testing domains by @stephen-cox in #55
- Git ignore core file web/README.md by @stephen-cox in #58
- fix: ignore Drupal 12 deprecations by @millnut in #59
- Updates to GitHub testing by @stephen-cox in #62
- ci: update workflow file by @millnut in #65
- Remove unnecessary dev dependencies by @stephen-cox in #67
Full Changelog: 4.0.0-beta1...4.0.0-beta5
4.0.0
LocalGov Microsites
The 4.x 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.
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
- Updates to GitHub testing by @stephen-cox in #62
- ci: update workflow file by @millnut in #65
- Remove unnecessary dev dependencies by @stephen-cox in #67
- 4.0.0-beta5 release by @finnlewis in #68
- 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
- Git ignore core file web/README.md by @stephen-cox in #58
- fix: ignore Drupal 12 deprecations by @millnut in #59
- release 4.0.0-beta4 by @stephen-cox in #60
- Update Lando testing domains by @stephen-cox in #55
- Update DDEV config to add fqdns for localgov_microsites_group phpunit… by @finnlewis in
New Contributors
Full Changelog: 4.0.0-beta4...4.0.0
4.0.0-beta4
What's Changed
- Git ignore core file web/README.md by @stephen-cox in #58
- fix: ignore Drupal 12 deprecations by @millnut in #59
- release 4.0.0-beta4 by @stephen-cox in #60
Full Changelog: 4.0.0-beta3...4.0.0-beta4
4.0.0-beta3
What's Changed
- Update Lando testing domains by @stephen-cox in #55
- 4.0.0-beta3 by @finnlewis in #56
Full Changelog: 4.0.0-beta2...4.0.0-beta3
4.0.0-beta2
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
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
4.0.0-alpha1
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
- Fix/htaccess by @finnlewis in #15
- Changes to group_content_menu source by @Adnan-cds in #18
- Remove node service container from the defaul lando file. by @finnlewis in #23
- Update README with current maintainers. by @finnlewis in #21
- Enable php-http/discovery plugin by @stephen-cox in #25
- Upgrade to supported Drush 11 (Drupal 9 and 10 compatible). by @ekes in #27
- Feature/2.x/domain group repo switch by @ekes in #29
- Add default ddev config. by @finnlewis in #33
- refactor: lando quality improvements by @millnut in #34
- ci: add PHP 8.2 support by @millnut in #35
- Feature/group sites by @finnlewis in #37
- 4.0.0-alpha1 release by @finnlewis in #38
New Contributors
- @Adnan-cds made their first contribution in #18
- @millnut made their first contribution in #34
Full Changelog: 2.0.0-beta2...4.0.0-alpha1
3.0.0-alpha1
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
- Add default ddev config. by @finnlewis in #33
- refactor: lando quality improvements by @millnut in #34
- ci: add PHP 8.2 support by @millnut in #35
- Release 3.0.0-alpha1 by @stephen-cox in #31
New Contributors
Full Changelog: 2.0.0-beta7...3.0.0-alpha1
2.0.0-beta7
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.
Full Changelog: 2.0.0-beta6...2.0.0-beta7