Skip to content

Commit

Permalink
Merge tag '35.8.0' into develop
Browse files Browse the repository at this point in the history
Tagging version 35.8.0 35.8.0
  • Loading branch information
einpraegsam committed Jul 18, 2024
2 parents 13c37e3 + 1dc491b commit 3fd185d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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.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 |
| 35.5.0 | 2024-07-02 | Feature | `11.5 + 12.4` | Add new getter to visitor model to get latest A/B test, some small CSS improvements, bugfix to always use pagevisit data for pagevisit timestamps |
Expand Down
1 change: 1 addition & 0 deletions Documentation/Technical/Events/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Contact us if you need further events.
| LinkClickTracker::addLinkClick() | \In2code\Lux\Events\Log\LinkClickEvent | This event can be used when a linkclick is tracked from LUX |
| NewsTracker::track() | \In2code\Lux\Events\NewsTrackerEvent | This event can be used when a news visit is tracked from LUX |
| PageTracker::trackPage() | \In2code\Lux\Events\PageTrackerEvent | This event can be used when a pagevisit is tracked from LUX |
| Readable::__construct | \In2code\Lux\Events\ReadableReferrersEvent | This event can be used to extend the readable referrer list |
| SearchTracker::track() | \In2code\Lux\Events\Log\SearchEvent | This event can be used when a visitor searches with a searchterm that would be tracked from LUX |
| SendAssetEmail4LinkService::sendMail() | \In2code\Lux\Events\Log\LogEmail4linkSendEmailEvent | This event can be used when email4link function sends an email to the visitor |
| SendAssetEmail4LinkService::sendMail() | \In2code\Lux\Events\Log\LogEmail4linkSendEmailFailedEvent | This event can be used when email4link function fails to send an email to the visitor (e.g. file is not allowed, file is not existing, etc...) |
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.7.0',
'version' => '35.8.0',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
Expand Down

0 comments on commit 3fd185d

Please sign in to comment.