Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-551](https://github.com/itk-dev/deltag.aarhus.dk/pull/551)
* Remove old video field and disabled Azure video module
* Enable Comments module
* Add Support comment flag
* Add Honeypot module
* Add ITK Video module and Video paragraph for Video Tool

## [4.13.1] - 2025-09-15

* [PR-548](https://github.com/itk-dev/deltag.aarhus.dk/pull/548)
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
"drupal/entity_browser": "^2.6",
"drupal/entityqueue": "^1.0@alpha",
"drupal/field_group": "^3.0",
"drupal/flag": "^4.0@alpha",
"drupal/flag": "^5.0",
"drupal/hoeringsportal_audit_log": "^1.0",
"drupal/hoeringsportal_citizen_proposal": "^1.0",
"drupal/hoeringsportal_citizen_proposal_archiving": "^1.0",
"drupal/hoeringsportal_data": "^1.0",
"drupal/hoeringsportal_deskpro": "^1.0",
"drupal/hoeringsportal_openid_connect": "^1.0",
"drupal/honeypot": "^2.2",
"drupal/image_widget_crop": "^3.0",
"drupal/inline_entity_form": "^3.0",
"drupal/jquery_ui_accordion": "^2.0",
Expand Down Expand Up @@ -78,6 +79,7 @@
"itk-dev/itk_azure_video": "^2.0",
"itk-dev/itk_pretix": "^1.3",
"itk-dev/itk_siteimprove": "^1.2",
"itk-dev/itk_video": "^1.0",
"itk-dev/serviceplatformen": "^1.5",
"itk-dev/web_accessibility_statement": "^1.0",
"onelogin/php-saml": "^4.0",
Expand Down
134 changes: 123 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/sync/comment.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_core:
default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc
log_ip_addresses: false
Loading