From 04ac6c884c613370378baaee0ea72b609a4261ba Mon Sep 17 00:00:00 2001 From: guvra Date: Tue, 9 Jan 2024 15:56:31 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65951033..86ce7855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [4.0.3] - 2024-01-09 +[4.0.3]: https://github.com/Smile-SA/gdpr-dump/compare/4.0.2...4.0.3 + +- Added shopware6 template +- Updated magento2 template (tables added: "integration", "rating_option_vote", "magento_login_as_customer_log") +- Replaced "randomizeText" converter with "anonymizeText" in config templates +- Replaced "substr" function with "str_starts_with" and "str_ends_with" + ## [4.0.2] - 2023-10-10 [4.0.2]: https://github.com/Smile-SA/gdpr-dump/compare/4.0.1...4.0.2