Please note
This release introduces the flexibility to install localgovdrupal/localgov_base from the 1.x or 2.x branches.
The 2.0.0 release introduces changes to the grid system that might need attention in child themes.
See https://github.com/localgovdrupal/localgov_base/releases/tag/2.0.0
To restrict your install to the 1.x branch, you can specify the requirement in you root composer.json file with a command like:
composer require localgovdrupal/localgov_base:^1.9
Or add or change the line in composer.json to
"localgovdrupal/localgov_base": "^1.9",
This will keep localgov_base on the 1.x branch while still pulling in updates.
What's Changed
- Add author filter to content list by @markconroy in #855
- Allow 1.x and 2.x versions for localgov_base. by @finnlewis in #864
- 3.1.3 release by @finnlewis in #858
Full Changelog: 3.1.2...3.1.3