Skip to content

Commit

Permalink
Merge branch 'develop' into f/d10_readiness
Browse files Browse the repository at this point in the history
* develop:
  Release 3.15.2
  ITKDev: php warning if unserialize fails in encrypt patch
  • Loading branch information
stankut committed Jun 14, 2024
2 parents 7a9e9b0 + 3a03d70 commit 13a0457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ before starting to add changes. Use example [placed in the end of the page](#exa
- Reduntand dependency removing - webform_scheduled_tasks
- Drupal 10 compability fixes

## [3.15.2] 2024-05-27

- [#108](https://github.com/OS2Forms/os2forms/pull/108)
Patched webform encrypt to suppress warning when data is mixed between
encrypted and not encrypted fields.

## [3.15.1] 2024-05-14

- Added missing return type.
Expand Down Expand Up @@ -236,7 +242,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
- Security in case of vulnerabilities.
```

[Unreleased]: https://github.com/OS2Forms/os2forms/compare/3.15.1...HEAD
[Unreleased]: https://github.com/OS2Forms/os2forms/compare/3.15.2...HEAD
[3.15.2]: https://github.com/OS2Forms/os2forms/compare/3.15.1...3.15.2
[3.15.1]: https://github.com/OS2Forms/os2forms/compare/3.15.0...3.15.1
[3.15.0]: https://github.com/OS2Forms/os2forms/compare/3.14.1...3.15.0
[3.14.1]: https://github.com/OS2Forms/os2forms/compare/3.14.0...3.14.1
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"3290637 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2023-05-12/webform_node_element_d10-3290637-11.patch"
},
"drupal/webform_encrypt": {
"Ensure data is base64 encoded (https://www.drupal.org/project/webform_encrypt/issues/3399414)": "https://git.drupalcode.org/project/webform_encrypt/-/merge_requests/4.patch"
"Ensure data is base64 encoded (https://www.drupal.org/project/webform_encrypt/issues/3399414)": "https://git.drupalcode.org/project/webform_encrypt/-/merge_requests/4.patch",
"PHP Warning if unserialize fails (https://www.drupal.org/project/webform_encrypt/issues/3292305)": "https://www.drupal.org/files/issues/2022-06-23/unserialize-php-notice.patch"
}
},
"drupal-lenient": {
Expand Down

0 comments on commit 13a0457

Please sign in to comment.