Skip to content

Commit

Permalink
Merge branch 'release/25.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Mar 4, 2024
2 parents 31ff8ba + b206258 commit 77fd75a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Classes/Utility/CacheHashUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class CacheHashUtility
* @var array|string[]
*/
protected static array $excludedVariables = [
'luxletterlink',
'tx_luxletter_preview[origin]',
'tx_luxletter_preview[layout]',
'tx_luxletter_preview[language]',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
'types' => [
'1' => [
'showitem' => 'title,--palette--;;palette_from,,--palette--;;palette_reply,site'
'showitem' => 'title,--palette--;;palette_from,,--palette--;;palette_reply,site',
],
],
'palettes' => [
Expand Down
1 change: 1 addition & 0 deletions Documentation/Changelog/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

| Version | Date | State | Description |
|------------|------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 25.0.3 | 2024.03.04 | Bugfix | Add "luxletterlink" to excluded chash configuration |
| 25.0.2 | 2024.03.01 | Bugfix | Show fields of configuration table always for editors |
| 25.0.1 | 2024.02.07 | Bugfix | Prevent exception on tracked links if a user is deleted/disabled |
| 25.0.0 | 2024.02.02 | Feature | Add two new events for newsletter manipulation, update LUXletter for news 11, bugfix for unsubscribe action in TYPO3 12 |
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 @@
'title' => 'luxletter - TYPO3 Email Marketing Newsletter Tool',
'description' => 'Free newsletter extension for TYPO3 for an individual email marketing. A lot of analytics and modern concepts. Works with and without EXT:lux.',
'category' => 'plugin',
'version' => '25.0.2',
'version' => '25.0.3',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
Expand Down

0 comments on commit 77fd75a

Please sign in to comment.