Skip to content

Commit 8f4bbfa

Browse files
committed
Merge branch 'release/3.21.0'
2 parents b244c35 + bda9343 commit 8f4bbfa

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
## [3.21.0] 2024-12-17
15+
16+
- Updated `os2web_audit`.
17+
- Added patch to get `hook_webform_post_load_data` in webform submissions.
18+
1419
## [3.20.1] 2024-12-10
1520

1621
- Avoided accessing non-initialized property when logging in `os2forms_nemid`.
@@ -318,7 +323,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
318323
- Security in case of vulnerabilities.
319324
```
320325

321-
[Unreleased]: https://github.com/OS2Forms/os2forms/compare/3.20.1...HEAD
326+
[Unreleased]: https://github.com/OS2Forms/os2forms/compare/3.21.0...HEAD
327+
[3.21.0]: https://github.com/OS2Forms/os2forms/compare/3.20.1...3.21.0
322328
[3.20.1]: https://github.com/OS2Forms/os2forms/compare/3.20.0...3.20.1
323329
[3.20.0]: https://github.com/OS2Forms/os2forms/compare/3.19.0...3.20.0
324330
[3.19.0]: https://github.com/OS2Forms/os2forms/compare/3.18.0...3.19.0

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"http-interop/http-factory-guzzle": "^1.0.0",
6969
"itk-dev/beskedfordeler-drupal": "^1.0",
7070
"itk-dev/serviceplatformen": "^1.5",
71-
"os2web/os2web_audit": "^0.1.1",
71+
"os2web/os2web_audit": "^0.1.6",
7272
"os2web/os2web_datalookup": "^2.0",
7373
"os2web/os2web_nemlogin": "^1.0",
7474
"php-http/guzzle7-adapter": "^1.0",
@@ -98,7 +98,9 @@
9898
},
9999
"drupal/webform": {
100100
"Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch",
101-
"Webform computed element post save alter": "https://www.drupal.org/files/issues/2024-06-25/webform_computed_post_save_field_alter.patch"
101+
"Webform computed element post save alter": "https://www.drupal.org/files/issues/2024-06-25/webform_computed_post_save_field_alter.patch",
102+
"Add custom hook (hook_webform_post_load_data) for audit logging": "https://gist.githubusercontent.com/cableman/d26898fc8f65ee0a31001bf391583b59/raw/6189dc4c2ceaabb19d25cc4b98b0b3028a6b0e1e/gistfile1.txt"
103+
102104
},
103105
"drupal/coc_forms_auto_export": {
104106
"3240592 - Problem with phpseclib requirement in 2.x (https://www.drupal.org/project/coc_forms_auto_export/issues/3240592)": "https://www.drupal.org/files/issues/2021-10-04/requirement-namespace-3240592-1.patch",

0 commit comments

Comments
 (0)