Releases: localgovdrupal/localgov_subsites
Releases · localgovdrupal/localgov_subsites
2.3.7
2.3.6
What's Changed
- Use shared workflows for running Github testing by @stephen-cox in #147
- fix: strict types support by @millnut in #152
- Add services parent to subsite overviews #148 by @stephen-cox in #151
- Fix WSOD on subsites when creating subsite page in front end theme by @andybroomfield in #155
- Added PreviewLinkAutopopulate plugin to auto-populate preview links by @stephen-cox in #146
- Fix PHPStan error calling getFlattenedSubsiteHierarchy method by @stephen-cox in #157
- Release 2.3.6 by @stephen-cox in #156
Full Changelog: 2.3.5...2.3.6
2.3.5
What's Changed
- Fix running tests with Paratest in Github Actions by @stephen-cox in #138
- chore: PHPDoc fixes by @millnut in #141
- 2.3.5 release by @finnlewis in #142
Full Changelog: 2.3.4...2.3.5
2.3.4
What's Changed
- change to the breakpoint between vertical and horizontal tabs on node form, by @agile-simon in #136
- 2.3.4 release by @finnlewis in #137
New Contributors
- @agile-simon made their first contribution in #136
Full Changelog: 2.3.3...2.3.4
2.3.3
What's Changed
- Fix phpunit test for search multiword with spaces not + sign. by @finnlewis in #133
- 2.3.3 release by @finnlewis in #134
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- Added config to group subsite items in add content menu by @stephen-cox in #124
- Fix: Suppressing PHP 8.2 warnings by @Adnan-cds in #125
- fix: replace "and" with "&&" and "or" with "||" by @millnut in #129
- fix: phpstan issues by @millnut in #128
- 2.3.2 release by @finnlewis in #130
New Contributors
Full Changelog: 2.3.1...2.3.2
2.3.1
Important
This release makes a slight change to the Subsites navigation block, as there is a case of it failing when the overview page is unpublished.
You may get a Twig error on your navigation block if you have customised the template subsite-navigation.html.twig
.
This can be fixed by changing
{{ link(item.title, item.url) }}
to
{% if item.url is not empty %}
{{ link(item.title, item.url) }}
{% endif %}
What's Changed
- Fix PHP error on subsite page when overview is unpublished by @andybroomfield in #121
- Release 2.3.1 by @andybroomfield in #122
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- Drupal 10 support by @stephen-cox in #119
- Drupal 10 support (#119) by @finnlewis in #120
Full Changelog: 2.2.2...2.3.0
2.2.2
What's Changed
- Update Entity Hierarchy to ^3.3 by @andybroomfield in #112
- 2.2.2 by @andybroomfield in #114
Full Changelog: 2.2.1...2.2.2
Note: A full cache clear should be performed after upgrading to this release.
2.2.1
What's Changed
- check for field before doing stuff to it by @markconroy in #108
- 2.2.1 release by @finnlewis in #111
Full Changelog: 2.2.0...2.2.1