From 59f98ea302a5b7e703aefedde0d4532189b38615 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Thu, 12 Dec 2024 14:27:40 +0100 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 53bb808..028c1eb 100644 --- a/Documentation/Changelog/Index.md +++ b/Documentation/Changelog/Index.md @@ -9,6 +9,7 @@ | Version | Date | State | Description | |------------|------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 27.0.1 | 2024-12-12 | Bugfix | Prevent type exception in UserGroup model | | 27.0.0 | 2024-12-08 | Task | Support TYPO3 13 (and 12 and drop support for 11), some small bugfixes | | 26.3.1 | 2024-10-16 | Bugfix | Show correct number of links in dashboard, fix newsletter filter by usergroup | | 26.3.0 | 2024-10-11 | Feature | Increase number of frontend groups options when searching for a string when adding a new newsletter in backend module | diff --git a/ext_emconf.php b/ext_emconf.php index 3dab485..fb6b59f 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' => '27.0.0', + 'version' => '27.0.1', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',