From 0beaa38bcdc54a1ec338cc1491b48140a7a040e4 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Wed, 17 Apr 2024 22:09:34 +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 22e6d9a5..07fe50b6 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -31,6 +31,7 @@ Double check if you have cleared all caches after installing a new LUX version t | Version | Date | State | TYPO3 | Description | |------------|------------|----------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 35.0.2 | 2024-04-17 | Bugfix | `11.5 + 12.4` | Fix scoring calculation in frontend requests | | 35.0.1 | 2024-04-11 | Bugfix | `11.5 + 12.4` | Prevent possible exception when opening A/B Testing module on an empty installation, update disallowed mail provider list | | 35.0.0 !!! | 2024-03-26 | Feature | `11.5 + 12.4` | Support multiclient usage now, small performance improvements, update social media resources, unify filters in backend modules | | 34.3.3 | 2024-03-04 | Bugfix | `11.5 + 12.4` | Harden curl requests against ip services to prevent exceptions | diff --git a/ext_emconf.php b/ext_emconf.php index 1f6a2dac..7c2b3a90 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' => '35.0.1', + 'version' => '35.0.2', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',