From af2c8ded6971d53b09611d3b15b6e63b645abdb2 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Mon, 27 May 2024 10:41:42 +0200 Subject: [PATCH] ITKDev: php warning if unserialize fails in encrypt patch --- CHANGELOG.md | 4 ++++ composer.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f85c82ce..115559a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- [#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. diff --git a/composer.json b/composer.json index beee4327..15077228 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,8 @@ "entityQuery reference JOINs should specify target_type (https://www.drupal.org/project/dynamic_entity_reference/issues/3120952#comment-14141038)": "https://www.drupal.org/files/issues/2021-06-22/entityquery-reference-joins-should-specify-target_type-3120952-24.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" } } },