Skip to content

Commit

Permalink
Merge branch 'release/33.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Aug 19, 2023
2 parents 0b0c904 + dcbb5b6 commit d41541e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions Documentation/Technical/Changelog/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d41541e

Please sign in to comment.