Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 864 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 864 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.4] - 2021-10-11

Fixed

  • Fix set cookie access check

[1.1.3] - 2021-10-11

Fixed

  • Fix existing cookies not being deleted when disabling the integration

[1.1.2] - 2021-10-11

Fixed

  • Stop loading the widget in iframes

[1.1.1] - 2021-09-27

Changed

  • Attach the library using hook_page_attachments instead of hook_preprocess_html. This makes it easier for other modules to dynamically unload the library.

[1.1.0] - 2021-03-15

Added

  • Add option to control whether the cookie should be removed immediately after losing access

[1.0.0] - 2021-03-09

Initial release