From d976ddce104a9afe4398591b4a7978cfaf5e153c Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Fri, 21 Jul 2023 22:37:09 +0200 Subject: [PATCH] [TASK] Release preparations --- Documentation/Changelog/Index.md | 1 + ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Index.md b/Documentation/Changelog/Index.md index 26ee5cf..8b97720 100644 --- a/Documentation/Changelog/Index.md +++ b/Documentation/Changelog/Index.md @@ -9,6 +9,7 @@ | Version | Date | State | Description | |------------|------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 17.6.3 | 2023.07.21 | Bugfix | Prevent exception in newsletter preview (e.g. when RouteEnhancers are in use), Extend DummyUserEvent with a setter for manipulation possibilities | | 17.6.2 | 2023.07.16 | Bugfix | Fix calculation of failure percentage, log failures now | | 17.6.1 | 2023.06.20 | Bugfix | Fix of an annotation line | | 17.6.0 | 2023.06.19 | Feature | Add a basic queue failure management for undispatchable mails (try to send 3 times from now on). | diff --git a/ext_emconf.php b/ext_emconf.php index 3537a4c..575a273 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'luxletter - TYPO3 Email Marketing Newsletter Tool', 'description' => 'Free newsletter extension for TYPO3 for an individual email marketing. A lot of analytics and modern concepts. Works with and without EXT:lux.', 'category' => 'plugin', - 'version' => '17.6.2', + 'version' => '17.6.3', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',