diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index efcd4a30..6d5b8a55 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -18,6 +18,7 @@ | Version | Date | State | Description | |------------|------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 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"` | | 26.4.2 | 2023-02-07 | Bugfix | Make linklisteners selectable for editors again | diff --git a/ext_emconf.php b/ext_emconf.php index 5da9a130..e4743f2d 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.1', + 'version' => '26.5.2', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',