diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe1d60..4fabc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- [#251](https://github.com/OS2Forms/os2forms/issues/251) + Webform encrypt uninstall problem fix - git actions check - - [PR-289](https://github.com/OS2Forms/os2forms/pull/289) Added required "Zoom control position" to map element diff --git a/composer.json b/composer.json index 17968e2..e2413ff 100644 --- a/composer.json +++ b/composer.json @@ -128,7 +128,7 @@ "Add custom hook (hook_webform_post_load_data) for audit logging": "https://gist.githubusercontent.com/cableman/d26898fc8f65ee0a31001bf391583b59/raw/6189dc4c2ceaabb19d25cc4b98b0b3028a6b0e1e/gistfile1.txt" }, "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://www.drupal.org/files/issues/2026-02-06/patch.diff", "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/webform_node_element": {