diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index 6d5b8a55..89e90849 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -18,6 +18,7 @@ | Version | Date | State | Description | |------------|------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 26.6.0 | 2024-03-18 | Feature | Add domain selection for Lead list, use imagegrabber fork to prevent problems while loading images from google search | | 26.5.2 | 2024-01-12 | Bugfix | Fix module links on some TYPO3 10 installations | | 26.5.1 | 2023-06-27 | Bugfix | Added missing argument when instantiating the class | | 26.5.0 | 2023-05-13 | Feature | Allow formFieldListening with "typo3/cms-form" by supporting `data-lux-form-identification="submitButton"` | diff --git a/ext_emconf.php b/ext_emconf.php index e4743f2d..619eccd4 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.5.2', + 'version' => '26.6.0', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',