Releases: localgovdrupal/localgov
3.2.0-beta1
Notes:
We don't recommend PHP 8.4 just yet, much of the Drupal contrib space is not quite ready yet.
What's Changed
- Set Preview Link expiry in days rather than seconds by @stephen-cox in #829
- Add localgov_utilities module that includes character counting for titles and summary fields by @stephen-cox in #846
- Release 3.2.0-beta1 by @stephen-cox in #851
Full Changelog: 3.2.0-alpha2...3.2.0-beta1
3.1.2
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
What's Changed
- Add version to profile to avoid fatal error. See https://github.com/l… by @finnlewis in #836
- 3.2.0-alpha2 release by @finnlewis in #837
Full Changelog: 3.2.0-alpha1...3.2.0-alpha2
3.2.0-alpha1
What's Changed
- Drupal 11 support by @millnut in #796
- 3.2.0-alpha1 release by @finnlewis in #833
Full Changelog: 3.1.0...3.2.0-alpha1
3.1.1
What's Changed
- Set Preview Link expiry in days rather than seconds by @stephen-cox in #829
- 3.1.1 release by @stephen-cox in #834
Full Changelog: 3.1.0...3.1.1
3.1.0
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
- Disable HTML5 form validation by default #503 by @ekes in #820
- Adds simple_media_bulk_upload by @markconroy in #729
- 3.0.15 release by @finnlewis in #828
Full Changelog: 3.0.14...3.0.15
3.0.14
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
- feat: update gin to recommended version by @millnut in #808
- Removes localgov_content_lock and localgov_login_redirect from the profile. by @rupertj in #807
- Remove dependency on search_api. by @rupertj in #812
- 3.0.14 release by @finnlewis in #810
- 3.0.14 by @andybroomfield in #814
Full Changelog: 3.0.13...3.0.14
3.0.13
What's Changed
- Remove code to add non-existent administrator role. by @ekes in #794
- Release 3.0.13 by @stephen-cox in #797
Full Changelog: 3.0.12...3.0.13
3.0.12
What's Changed
- Fix failing update test by @stephen-cox in #787
- Patch Preview Link for bug where references to other entities being previewed don't display by @stephen-cox in #785
- 3.0.12 release by @finnlewis in #788
Full Changelog: 3.0.11...3.0.12
3.0.11
What's Changed
- enables admin_role module by @markconroy in #749
- Update README.md to add DDEV docs link by @tanc in #780
- Feature/779 remove content moderation workspaces patch by @finnlewis in #781
- adds/enables masquerade module by @markconroy in #777
- 3.0.11 release by @finnlewis in #782
Full Changelog: 3.0.10...3.0.11