diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index 552ef0e2..a8dc2475 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -8,7 +8,7 @@ 'lux_LuxAnalysis' => [ 'parent' => 'lux_module', 'position' => [], - 'access' => 'user,group', + 'access' => 'user', 'iconIdentifier' => 'extension-lux-module-analysis', 'path' => '/module/lux/LuxAnalysis', 'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_analysis.xlf', @@ -46,7 +46,7 @@ 'lux_LuxLead' => [ 'parent' => 'lux_module', 'position' => [], - 'access' => 'user,group', + 'access' => 'user', 'iconIdentifier' => 'extension-lux-module-lead', 'path' => '/module/lux/LuxLead', 'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_lead.xlf', @@ -82,7 +82,7 @@ 'lux_LuxWorkflow' => [ 'parent' => 'lux_module', 'position' => [], - 'access' => 'user,group', + 'access' => 'user', 'iconIdentifier' => 'extension-lux-module-workflow', 'path' => '/module/lux/LuxWorkflow', 'labels' => 'LLL:EXT:lux/Resources/Private/Language/locallang_mod_workflow.xlf', diff --git a/Documentation/Technical/Changelog/Index.md b/Documentation/Technical/Changelog/Index.md index 6d9412b5..39f3759f 100644 --- a/Documentation/Technical/Changelog/Index.md +++ b/Documentation/Technical/Changelog/Index.md @@ -25,6 +25,7 @@ | Version | Date | State | TYPO3 | Description | |------------|------------|----------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 33.0.1 | 2023-08-19 | Bugfix | `11.5 + 12.4` | Fix backend module configuration for TYPO3 12 (to set correct editor permissions) | | 33.0.0 | 2023-08-14 | Feature | `11.5 + 12.4` | Color adjustments of LUX for a better readability, small improvements of readabledate viewhelper, don't show empty values in UTM diagrams | | 32.2.3 | 2023-08-10 | Bugfix | `11.5 + 12.4` | Fix socialmedia diagram in analysis dashboard | | 32.2.2 | 2023-08-07 | Bugfix | `11.5 + 12.4` | Don't use table "sys_language" any more because it was removed in TYPO3 12 | diff --git a/ext_emconf.php b/ext_emconf.php index 5acec685..d05b8f01 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' => '33.0.0', + 'version' => '33.0.1', 'author' => 'Alex Kellner', 'author_email' => 'alexander.kellner@in2code.de', 'author_company' => 'in2code.de',