From bba0c6f9a6a9ae09552d5328017665bea1242204 Mon Sep 17 00:00:00 2001 From: Robin Wieschendorf Date: Thu, 21 Jul 2022 13:19:04 +0200 Subject: [PATCH] docs: add version 0.1.2 to changelog.md and add compatibility for 2.0.7.0 to 2.0.7.2 --- changelog.md | 11 ++++++++++- moduleinfo.json | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d57d7f0..11ab915 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,14 @@ Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] Unveröffentlichte Features und Fixes können auf GitHub eingesehen werden. Klicke hierfür auf [Unreleased]. +## [0.1.2] - 2022-07-21 + +### Changed +- Modul ist jetzt mit modified 2.0.7.0, 2.0.7.1, 2.0.7.2 und PHP 7.4 kompatible. +- Fix: Fehler behoben, dass keine E-Mails versendet werden konnten. +- Fix: Fehler behoben, dass die Namen und E-Mail Adressen in der Listendarstellen nicht korrekt angezeigt wurden. +- Fix: "Bestellung abschließen" Button ausblenden, da dieser nurzeit nicht korrekt funktioniert. + ## [0.1.1] - 2020-10-16 ### Changed @@ -20,6 +28,7 @@ die nicht mit anderen Versionsnummern von anderen Quellen übereinstimmen müsse ### Added - Feature: Initiale Version. -[Unreleased]: https://github.com/ModifiedCommunityModules/recover-cart-sales/compare/0.1.0...HEAD +[Unreleased]: https://github.com/ModifiedCommunityModules/recover-cart-sales/compare/0.1.2...HEAD +[0.1.2]: https://github.com/ModifiedCommunityModules/recover-cart-sales/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/ModifiedCommunityModules/recover-cart-sales/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/ModifiedCommunityModules/recover-cart-sales/releases/tag/0.1.0 \ No newline at end of file diff --git a/moduleinfo.json b/moduleinfo.json index a58cc77..72c2f5a 100644 --- a/moduleinfo.json +++ b/moduleinfo.json @@ -20,7 +20,10 @@ }, "modifiedCompatibility": [ - "2.0.5.1" + "2.0.5.1", + "2.0.7.0", + "2.0.7.1", + "2.0.7.2" ], "autoload": {