Skip to content

Commit

Permalink
Merge branch 'release/36.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Aug 20, 2024
2 parents cac0335 + 41fe828 commit e33d58a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
'remove',
'deactivate',
'resetFilter',
'companies',
'companiesDisabled',
'company',
'downloadCsvCompanies',
'removeCompany',
],
\In2code\Lux\Controller\GeneralController::class => [
'information',
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 @@ -31,6 +31,7 @@ Double check if you have cleared all caches after installing a new LUX version t

| Version | Date | State | TYPO3 | Description |
|------------|------------|----------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 36.3.1 | 2024-08-20 | Task | `11.5 + 12.4` | Fix a crosslink from lead detail view in Analysis module back to companies view |
| 36.3.0 | 2024-08-16 | Task | `11.5 + 12.4` | Add more KI user agents to blocklist, fix company scoring value in list view |
| 36.2.0 | 2024-08-05 | Task | `11.5 + 12.4` | Add main configuration to stop/enable exception logging, extend lists of bots/spider user agent to prevent unneeded tracking |
| 36.1.1 | 2024-08-01 | Bugfix | `11.5 + 12.4` | Use site.identifier instead of websiteTitle in all filters, fix possible exception on CLI commands, increase field size of attribute.value, fix small typo in docs |
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' => '36.3.0',
'version' => '36.3.1',
'author' => 'Alex Kellner',
'author_email' => 'alexander.kellner@in2code.de',
'author_company' => 'in2code.de',
Expand Down
4 changes: 2 additions & 2 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ function () {
\In2code\Lux\Controller\AnalysisController::class =>
'dashboard,content,news,linkListener,search,deleteLinkListener,detailPage' .
',detailNews,detailSearch,detailDownload,detailLinkListener,resetFilter,utm',
\In2code\Lux\Controller\LeadController::class =>
'dashboard,list,detail,downloadCsv,remove,deactivate,resetFilter',
\In2code\Lux\Controller\LeadController::class => 'dashboard,list,detail,downloadCsv,remove,' .
'deactivate,resetFilter,companies,companiesDisabled,company,downloadCsvCompanies,removeCompany',
\In2code\Lux\Controller\GeneralController::class => 'information'
],
[
Expand Down

0 comments on commit e33d58a

Please sign in to comment.