Releases: localgovdrupal/localgov_project
3.2.0
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
What's Changed
- DDEV set to drupal10 project. by @siliconmeadow in #148
- fix: add patch level to composer.json by @andybroomfield in #151
- Minor DX quality of life improvements by @millnut in #152
- Add composer to the Lando tooling by @stephen-cox in #155
- chore: add php 8.3 support to github actions by @millnut in #149
- Making composer install /vendor/bin in the usual place and providing … by @finnlewis in #143
- Update drupalpod image. by @finnlewis in #164
- Ignore patch from services module while Drupal 10.2 is still supported by @finnlewis in #167
- ci: use drupalci webdriver image by @millnut in #159
- Chore: Removes the version key from docker-compose file. by @siliconmeadow in #162
- fix: docker-compose error by @millnut in #172
- chore: add phpstan strict type checking by @millnut in #153
- chore: use mariadb for lando by @millnut in #175
- ci: add quality gate check for disallowed calls by @millnut in #174
- fix: ignore content moderation and workspaces patch by @millnut in #177
- 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
- Add dropzonejs composer merge by @andybroomfield in #173
- Drupal 11 support by @millnut in #189
- Update node version to what we use by @markconroy in #196
- Update node version to what we use (#196) by @finnlewis in #200
- [3.x] fix: ignore version in profile by @millnut in #202
- [3.2.x] fix: ignore version in profile by @millnut in #201
- fix: ignore localgov modules on drupal.org by @millnut in #203
- Fix ddev phpstan command and add ddev phpcbf command. by @finnlewis in #206
- Update composer/installers to 2.x by @finnlewis in #209
- [WIP] feat: add frontend tooling by @millnut in #184
- feat: upgrade spaze/phpstan-disallowed-calls by @millnut in #211
- [3.2.x] fix: force drupal/facets 2.0 for dev dependencies and testing by @millnut in #219
- [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
- [3.2.x] feat: catch xdebug_break() function calls by @millnut in #216
New Contributors
- @siliconmeadow made their first contribution in #148
Full Changelog: 3.0.1...4.0.0-beta1
3.1.5
What's Changed
- Update node version to what we use by @markconroy in #196
- [3.x] fix: ignore version in profile by @millnut in #202
- fix: ignore localgov modules on drupal.org by @millnut in #203
- Fix ddev phpstan command and add ddev phpcbf command. by @finnlewis in #206
- Update composer/installers to 2.x by @finnlewis in #209
- [WIP] feat: add frontend tooling by @millnut in #184
- feat: upgrade spaze/phpstan-disallowed-calls by @millnut in #211
- 3.1.5 release by @finnlewis in #212
New Contributors
- @markconroy made their first contribution in #196
Full Changelog: 3.1.4...3.1.5
3.2.0-beta1
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
- Update node version to what we use by @markconroy in #196
- [3.x] fix: ignore version in profile by @millnut in #202
- [3.2.x] fix: ignore version in profile by @millnut in #201
- fix: ignore localgov modules on drupal.org by @millnut in #203
- Release 3.2.0-beta1 by @stephen-cox in #204
New Contributors
- @markconroy made their first contribution in #196
Full Changelog: 3.2.0-alpha1...3.2.0-beta1
3.2.0-alpha1
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
- Fatal error on status page after instal, see https://github.com/localgovdrupal/localgov_project/issues/198 . This is mitigated with a patch from https://www.drupal.org/project/drupal/issues/3352384#comment-15848031 but we would like to find the root cause of the error in our default install.
What's Changed
- Add dropzonejs composer merge by @andybroomfield in #173
- Drupal 11 support by @millnut in #189
- Update node version to what we use (#196) by @finnlewis in #200
- 3.2.0-alpha1 release by @finnlewis in #199
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
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
- Add dropzonejs composer merge by @andybroomfield in #173
- 3.1.4 release by @finnlewis in #194
Full Changelog: 3.1.3...3.1.4
3.1.3
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
Important notes
- 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
- 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
- If you are using Drupal core workspaces in Drupal 10.2, you are strongly advised to upgrade to 10.3 to fix known issues.
- 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
- fix: docker-compose error by @millnut in #172
- chore: add phpstan strict type checking by @millnut in #153
- chore: use mariadb for lando by @millnut in #175
- ci: add quality gate check for disallowed calls by @millnut in #174
- fix: ignore content moderation and workspaces patch by @millnut in #177
- 3.1.2 release by @finnlewis in #178
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- ci: use drupalci webdriver image by @millnut in #159
- Chore: Removes the version key from docker-compose file. by @siliconmeadow in #162
- 3.1.1 release by @finnlewis in #169
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Ignore patch from services module while Drupal 10.2 is still supported by @finnlewis in #167
- 3.1.0 release by @finnlewis in #168
Full Changelog: 3.0.2...3.1.0