Skip to content

Commit

Permalink
Merge branch 'release/35.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jul 22, 2024
2 parents 1dc491b + 4c1c56d commit 7122eab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
\In2code\Lux\Controller\AbTestingController::class => [
'list',
'detail',
'singleCsv',
'delete',
'resetFilter',
],
Expand Down
3 changes: 3 additions & 0 deletions Configuration/TypoScript/constants.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ plugin.tx_lux.settings {

# cat=lux//0600; type=int+; label= PID privacy page: Set the pid of the privacy page for links in lux forms.
pidPrivacyPage = 11

# Don't remove this line. This is for a conditional setting of further TypoScript in EXT:LUXenterprise
typoscriptAdded = 1
}
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 |
|------------|------------|----------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 35.9.0 | 2024-07-22 | Task | `11.5 + 12.4` | Extend available views for A/B testing controller, add new TypoScript constants settings to be able to set additional TypoScript only if LUX TS is loaded |
| 35.8.0 | 2024-07-18 | Feature | `11.5 + 12.4` | Add new event to extend ReadableReferrer class, bugfix for additional checkboxes in email4link popup |
| 35.7.0 | 2024-07-12 | Feature | `11.5 + 12.4` | Extend redable referrer list with Google AdSense and some other platforms |
| 35.6.0 | 2024-07-03 | Task | `11.5 + 12.4` | Use a typoscript constant now for default sender email and name, documentation update |
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' => '35.8.0',
'version' => '35.9.0',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
Expand Down
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function () {
[
\In2code\Lux\Controller\WorkflowController::class =>
'list,detail,new,create,edit,update,delete,disable,enable,resetFilter',
\In2code\Lux\Controller\AbTestingController::class => 'list,detail,delete,resetFilter',
\In2code\Lux\Controller\AbTestingController::class => 'list,detail,singleCsv,delete,resetFilter',
\In2code\Lux\Controller\ShortenerController::class => 'list,delete,detail,resetFilter,qr',
\In2code\Lux\Controller\UtmGeneratorController::class => 'list,delete,resetFilter',
\In2code\Lux\Controller\GeneralController::class => 'information'
Expand Down

0 comments on commit 7122eab

Please sign in to comment.