Skip to content

Commit 49f12ce

Browse files
committed
Merge branch 'feature/site_status_message' into develop
2 parents 1ade8a4 + 5bbd2c7 commit 49f12ce

5 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
2121
* Enabled multiple pretix dates on public meetings
2222
* Updated fixtures with multipe date examples (and pretix orders)
2323

24+
## [4.10.2] - 2025-07-03
25+
26+
* [PR-529](https://github.com/itk-dev/hoeringsportal/pull/529)
27+
Added [Site Status Message](https://www.drupal.org/project/site_status_message) module.
28+
2429
## [4.10.1] - 2025-06-30
2530

2631
* [PR-522](https://github.com/itk-dev/hoeringsportal/pull/522)

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"drupal/redirect": "^1.6",
5959
"drupal/search_api": "^1.37",
6060
"drupal/search_autocomplete": "^3.0",
61+
"drupal/site_status_message": "^2.0",
6162
"drupal/svg_image": "^3.2",
6263
"drupal/svg_sanitizer": "^2.0",
6364
"drupal/textfield_counter": "^2.5",
@@ -284,6 +285,9 @@
284285
},
285286
"drupal/core": {
286287
"Text format wrapper does not take description_display into account (https://www.drupal.org/project/drupal/issues/2421445#comment-14328645)": "https://www.drupal.org/files/issues/2021-12-03/2421445-18_0.patch"
288+
},
289+
"drupal/site_status_message": {
290+
"Add cache support (https://www.drupal.org/project/site_status_message/issues/3497218)": "https://git.drupalcode.org/project/site_status_message/-/merge_requests/8.diff"
287291
}
288292
},
289293
"scripts": {

config/sync/config_ignore.settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ langcode: da
44
mode: simple
55
ignored_config_entities:
66
- itk_pretix.pretixconfig
7+
- site_status_message.settings
78
- 'webform.webform.*'

config/sync/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ module:
9898
search_api_db: 0
9999
search_autocomplete: 0
100100
serialization: 0
101+
site_status_message: 0
101102
svg_image: 0
102103
svg_sanitizer: 0
103104
symfony_mailer: 0

config/sync/user.role.administrator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- media
2525
- node
2626
- path
27+
- site_status_message
2728
- system
2829
- taxonomy
2930
- toolbar
@@ -47,6 +48,7 @@ permissions:
4748
- 'access toolbar'
4849
- 'administer menu'
4950
- 'administer nodes'
51+
- 'administer site status message'
5052
- 'administer taxonomy'
5153
- 'administer url aliases'
5254
- 'administer users'

0 commit comments

Comments
 (0)