Skip to content

Commit 73f60b2

Browse files
committed
Merge tag '42.0.0' into develop
Tagging version 42.0.0 42.0.0
2 parents cedc4ac + 10c78f7 commit 73f60b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Documentation/Technical/Changelog/Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
| Version | Date | State | TYPO3 | Description |
1111
|------------|------------|----------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| 42.0.0 | 2026-01-12 | Task | `12.4 + 13.4` | Add ratelimit functionality against bot request flooding |
1213
| 41.1.1 | 2026-01-06 | Bugfix | `12.4 + 13.4` | Fix pagebrowser on some detail views in backend, don't create pagevisit entries for non-existing pages |
1314
| 41.1.0 | 2025-12-23 | Task | `12.4 + 13.4` | CSS update for a better campaign layout |
1415
| 41.0.0 | 2025-12-18 | Task | `12.4 + 13.4` | IP services were replaced (iplist.cc + ipapi.com with ipapi.is + ipapi.co) see for more details [IpAddresses.md](../../Privacy/IpAddresses.md) |

Documentation/Technical/Installation/Index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Example composer.json file:
2020
"require": {
2121
"php": "^8.1",
2222
"typo3/cms": "^13.4",
23-
"in2code/lux": "^38.0",
23+
"in2code/lux": "^42.0",
2424
}
2525
}
2626
```
@@ -66,6 +66,8 @@ If you click on the settings symbol for extension lux, you can change some basic
6666
| Advanced: Lead picture | Decide if TYPO3 should try to find an image of a lead by searching on gravatar.com (with hashed email) or on bing image search by given email domain (not full address). |
6767
| Advanced: Show render time | For an easier debugging all views in backend can be shown with render times. This is only visible for backend administrators. |
6868
| Advanced: Use cache layer | If you are facing performance issues with lux backend modules or with the page overview view (quick analysis), you can cache views (e.g. for 24h) when turning the feature on. In addition there is a command that can be executed via scheduler task to warmup caches (e.g. every night). |
69+
| Advanced: Enable rate limiting | Protect tracking endpoints from abuse by limiting requests per fingerprint. Recommended to keep enabled. |
70+
| Advanced: Rate limit requests per minute | Maximum number of tracking requests allowed per fingerprint per minute. Default is 100. |
6971

7072
#### 3. Add TypoScript
7173

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'description' => 'Living User Experience - LUX - the Marketing Automation tool for TYPO3.
55
Turn your visitors to leads. Identification and profiling of your visitors within your TYPO3 website.',
66
'category' => 'plugin',
7-
'version' => '41.1.1',
7+
'version' => '42.0.0',
88
'author' => 'Alex Kellner',
99
'author_email' => 'alexander.kellner@in2code.de',
1010
'author_company' => 'in2code.de',

0 commit comments

Comments
 (0)