From e95bd0c4098dff807dc5211c22e132d57b4753b1 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Mon, 22 Apr 2024 15:08:30 +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 07fe50b6..13635029 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.1.0 | 2024-04-22 | Feature | `11.5 + 12.4` | Add possibility to use an existing event in own JS after an action was performed | | 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 | diff --git a/ext_emconf.php b/ext_emconf.php index 7c2b3a90..83abe7a1 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.2', + 'version' => '35.1.0', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',