Skip to content

Commit

Permalink
Merge branch 'release/38.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Nov 26, 2024
2 parents 14088e3 + 463a195 commit 0bde49d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Documentation/Technical/Changelog/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

| Version | Date | State | TYPO3 | Description |
|------------|------------|----------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 38.0.1 | 2024-11-26 | Bugfix | `12.4 + 13.4` | Update TYPO3 dependencies in old ext_emconf file |
| 38.0.0 | 2024-11-25 | Feature | `12.4 + 13.4` | Add TYPO3 13 support, drop TYPO3 11 support, add darkmode styling, add LUX to TYPO3 livesearch in backend |
| 37.1.0 | 2024-10-30 | Task | `11.5 + 12.4` | Bing is used for preview images instead of google (if feature is turned on for leads and companies) |
| 37.0.0 !!! | 2024-10-25 | Feature | `11.5 + 12.4` | Use IP-address in fingerprint hash to get a more unique hash, add sorting for lead list |
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
'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' => '38.0.0',
'version' => '38.0.1',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
'state' => 'stable',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99',
'typo3' => '12.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [
Expand Down

0 comments on commit 0bde49d

Please sign in to comment.