Skip to content

Commit

Permalink
Merge branch 'develop' into feature/d-10-readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jan 22, 2024
2 parents 8bb7a75 + b4947e0 commit 7f4fbb5
Show file tree
Hide file tree
Showing 16 changed files with 855 additions and 440 deletions.
37 changes: 24 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,29 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-343](https://github.com/itk-dev/hoeringsportal/pull/343)
Make custom modules and themes pass code analysis and compatible with d10
Update contrib modules (Major versions):
* better_exposed_filters
* captcha
* color_field
* openid_connect
* search_autocomplete
* toolbar_visibility
* twig_tweak
* viewsreference

## [3.6.0] - 2023-12-20

* [PR-376](https://github.com/itk-dev/hoeringsportal/pull/376)
Added GIS map token

## [3.5.3] - 2023-11-08

* [PR-370](https://github.com/itk-dev/hoeringsportal/pull/370)
Add additional fixtures
* [PR-374](https://github.com/itk-dev/hoeringsportal/pull/374)
Fix hidden mobile filters

* [PR-367](https://github.com/itk-dev/hoeringsportal/pull/367)
Added and used Editor Advanced link

Expand Down Expand Up @@ -79,17 +99,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
Hid “Author email display” from display
* [PR-334](https://github.com/itk-dev/hoeringsportal/pull/334)
Sent notification mails on citizen proposal creation and publication
* [PR-343](https://github.com/itk-dev/hoeringsportal/pull/343)
Make custom modules and themes pass code analysis and compatible with d10
Update contrib modules (Major versions):
* better_exposed_filters
* captcha
* color_field
* openid_connect
* search_autocomplete
* toolbar_visibility
* twig_tweak
* viewsreference
* [PR-336](https://github.com/itk-dev/hoeringsportal/pull/336)
De-authenticated citizens after creating or supporting proposals

Expand Down Expand Up @@ -134,7 +143,9 @@ Updated drupal core 8.6.16

Initial release

[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/3.5.2...HEAD
[Unreleased]: https://github.com/itk-dev/hoeringsportal/compare/3.6.0...HEAD
[3.6.0]: https://github.com/itk-dev/hoeringsportal/compare/3.5.3...3.6.0
[3.5.3]: https://github.com/itk-dev/hoeringsportal/compare/3.5.2...3.5.3
[3.5.2]: https://github.com/itk-dev/hoeringsportal/compare/3.5.1...3.5.2
[3.5.1]: https://github.com/itk-dev/hoeringsportal/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/itk-dev/hoeringsportal/compare/3.4.0...3.5.0
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"drupal/redirect": "^1.6",
"drupal/search_autocomplete": "^3.0",
"drupal/system_status": "^2.8",
"drupal/token_filter": "^2.1",
"drupal/toolbar_visibility": "^2.1",
"drupal/twig_tweak": "^3.2",
"drupal/view_custom_table": "^2.0",
Expand Down Expand Up @@ -170,7 +171,8 @@
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"oomphinc/composer-installers-extender": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"chx/drupal-issue-fork": true
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 7f4fbb5

Please sign in to comment.