8000 Release 3.1.3 · localgovdrupal/localgov · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.1.3

Latest
Compare
Choose a tag to compare
@finnlewis finnlewis released this 29 May 15:52
7950472

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

Full Changelog: 3.1.2...3.1.3

0