diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index cd8a31a7..8fd218dd 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -18,6 +18,7 @@ | Version | Date | State | Description | |------------|------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 26.9.1 | 2024-06-13 | Bugfix | Backport: Use latest pagevisit and latest log entry to show date of latest visit | | 26.9.0 | 2024-05-27 | Feature | Show also first page visit and referrer in CSV downloads of lead list | | 26.8.0 | 2024-04-11 | Feature | Extend Lead CSV download with country, last visit and last download | | 26.7.0 | 2024-03-19 | Feature | Remove all domains from referrer diagram where referrers are from local instance | diff --git a/ext_emconf.php b/ext_emconf.php index cee3870d..d154377e 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' => '26.9.0', + 'version' => '26.9.1', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',