Skip to content

Releases: localgovdrupal/localgov

3.2.0-beta1

29 Apr 11:09
07cd3cd
Compare
Choose a tag to compare
3.2.0-beta1 Pre-release
Pre-release

Notes:

This is a beta release, please test! We do not expect any major changes as we fix any bugs or issues and push towards a stable release.

For guidance on upgrading from Drupal 10 to Drupal 11, please see https://github.com/localgovdrupal/localgov/wiki/Upgrading-from-Drupal-10-to-11

We do encourage the LocalGov Drupal community to test the upgrade and report any issues back to us on Github, Slack and at our weekly Tech Drop-in and Merge Tuesday meetings. See https://lu.ma/localgovdrupal for meeting times.

PHP 8.4

While the LocalGov Drupal modules are compatible with PHP 8.4, there are still a large number of drupal.org contributed modules that do not have full PHP 8.4 support, therefore we do not recommend PHP 8.4 at this time without extensive testing.

What's Changed

Full Changelog: 3.2.0-alpha2...3.2.0-beta1

3.1.2

15 Apr 11:39
dc3a740
Compare
Choose a tag to compare

Please note

This release pulls in a new optional module, https://www.drupal.org/project/localgov_utilities including a submodule localgov_character_counter. This is not enabled by default. Please see https://www.drupal.org/project/localgov_utilities for more details.

What's Changed

  • Add localgov_utilities module that includes character counting for titles and summary fields by @stephen-cox in #846
  • 3.1.2 release by @finnlewis in #847

Full Changelog: 3.1.1...3.1.2

3.2.0-alpha2

18 Mar 12:34
1d7900e
Compare
Choose a tag to compare
3.2.0-alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.2.0-alpha1...3.2.0-alpha2

3.2.0-alpha1

11 Mar 12:23
9bb7a97
Compare
Choose a tag to compare
3.2.0-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.1.0...3.2.0-alpha1

3.1.1

11 Mar 16:45
7564cb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

25 Feb 13:01
bdad320
Compare
Choose a tag to compare

Important note:

This release includes Simple Media Bulk Upload
https://www.drupal.org/project/simple_media_bulk_upload

This has a dependency on the https://www.drupal.org/project/dropzonejs module which in turn requires the dropzonejs JavaScript library.

There are a number of ways to include this library.

In the localgov_project we use the composer merge plugin to include the library.

See https://github.com/localgovdrupal/localgov_project/blob/3.x/composer.json#L98-L102

For existing installs, to follow this method, you will need to add the same lines to your root level composer.json file.

        "merge-plugin": {
            "include": [
                "web/modules/contrib/dropzonejs/composer.libraries.json"
            ]
        }

Then run:

composer require wikimedia/composer-merge-plugin
composer update localgovdrupal/localgov -W
composer update drupal/simple_media_bulk_upload -W

Please also see localgovdrupal/localgov_project#173 (comment)

For other ways to install the dropzone JavaScript library, please see https://www.drupal.org/project/dropzonejs

What's Changed

Full Changelog: 3.0.14...3.0.15

3.0.14

28 Jan 13:14
220f54d
Compare
Choose a tag to compare

Note: This removes search_api as a direct dependancy, it is still a dependancy of localgov_search which is installed by the profile.

What's Changed

Full Changelog: 3.0.13...3.0.14

3.0.13

17 Dec 12:57
20b1fda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.12...3.0.13

3.0.12

23 Oct 08:10
e3c0f2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.11...3.0.12

3.0.11

15 Oct 11:21
445f791
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.10...3.0.11