From c431c94911d08bf377e60afba949cc16532150dc Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Thu, 17 Oct 2024 11:32:40 +0200 Subject: [PATCH] [TASK] Release preparations --- Documentation/Technical/Changelog/Index.md | 1 + ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index e557473c..f3cd4b4b 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -9,6 +9,7 @@ | Version | Date | State | TYPO3 | Description | |------------|------------|----------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 36.5.1 | 2024-10-17 | Bugfix | `11.5 + 12.4` | Prevent sql exception in MySQL (not MariaDB) when filtering for a category in lead list | | 36.5.0 | 2024-10-01 | Bugfix | `11.5 + 12.4` | Prevent exceptions when configuration is missing, fix typo in configuration, add mail provider to disallowed mail provider list | | 36.4.0 | 2024-09-16 | Feature | `11.5 + 12.4` | Add a Modern.js file to add frontend JS with a basic bot detection (this file is not yet added per default in TypoScript and only for testing reasons available at the moment) | | 36.3.1 | 2024-08-20 | Task | `11.5 + 12.4` | Fix a crosslink from lead detail view in Analysis module back to companies view | diff --git a/ext_emconf.php b/ext_emconf.php index 7d84fb79..530042b6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'description' => 'Living User Experience - LUX - the Marketing Automation tool for TYPO3. Turn your visitors to leads. Identification and profiling of your visitors within your TYPO3 website.', 'category' => 'plugin', - 'version' => '36.5.0', + 'version' => '36.5.1', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',