Skip to content

Releases: localgovdrupal/localgov_project

3.2.0

16 Dec 13:16
a2e2493

Choose a tag to compare

What's Changed

  • [3.x] fix: force drupal/facets 2.0 for dev dependencies and testing by @millnut in #218
  • [3.x] feat: catch xdebug_break() function calls by @millnut in #217
  • fix: ignore localgov_editoria11y from phpcs testing by @millnut in #226
  • Reorder arguments in stylelint-fix command by @markconroy in #228
  • fix: keep mariadb version for local dev in sync by @millnut in #233
  • Update namespace on localgov dependencies to point to drupal.org. by @finnlewis in #236
  • 3.2.0 by @finnlewis in #237

Full Changelog: 3.1.5...3.2.0

4.0.0-beta1

28 Oct 12:46

Choose a tag to compare

4.0.0-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.1...4.0.0-beta1

3.1.5

20 May 12:06
bf31a18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.4...3.1.5

3.2.0-beta1

29 Apr 11:11
0e357fe

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

New Contributors

Full Changelog: 3.2.0-alpha1...3.2.0-beta1

3.2.0-alpha1

11 Mar 13:20
ea9ea16

Choose a tag to compare

3.2.0-alpha1 Pre-release
Pre-release

This is the first alpha release for Drupal 11 support in LocalGov Drupal.

Please test!

But this is not ready for production just yet.

Known issues

What's Changed

With thanks to everyone who's been helping on the Drupal 11 journey, including:

@millnut @stephen-cox @ekes @markconroy @AWearring @andybroomfield @willguv and others!

Full Changelog: 3.1.3...3.2.0-alpha1

3.1.4

04 Mar 16:44
ac06344

Choose a tag to compare

Important note:

This release includes dropzonejs to support Simple Media Bulk Upload included with a recent release of the LocalGov Drupal profile.

For the specific changes, please see b585431

Simple Media Bulk Upload 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 choose to 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 #173 (comment)

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

Do please get in touch on Slack of via the issue queue if you have any problems with this.

Many thanks!

Finn

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

18 Feb 12:50
4630c90

Choose a tag to compare

What's Changed

  • feat: return types are required in all new methods and functions by @millnut in #179
  • ci: update deprecated cache action and checkout action to latest version by @millnut in #180
  • fix: switch phpstan baseline from neon to php by @millnut in #181
  • Update ddev config to use PHP 8.3 by default. by @finnlewis in #188
  • Don't allow Composer plugin tbachert/spi to run by default by @stephen-cox in #192
  • 3.1.3 release by @finnlewis in #193

Full Changelog: 3.1.2...3.1.3

3.1.2

09 Oct 11:16
b4326e5

Choose a tag to compare

Important notes

  1. This release adds a 'patches-ignore' line to ignore a patch to Drupal core for workspaces and content moderation, currently included in the localgov profile: https://github.com/localgovdrupal/localgov/blob/3.0.10/composer.json#L63
  2. If you are upgrading to Drupal 10.3, we recommend adding this same ignore line to you root composer.json https://github.com/localgovdrupal/localgov_project/blob/3.x/composer.json#L73C10-L78
  3. If you are using Drupal core workspaces in Drupal 10.2, you are strongly advised to upgrade to 10.3 to fix known issues.
  4. LocalGov Drupal does not currently recommend using Drupal Workspaces with Drupal content moderation and workflows. It adds unreasonable complication and there are known issues.

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

23 Jul 12:33
85dbd33

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

02 Jul 17:11
8b3d3d5

Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.1.0