Skip to content

Commit cb7f827

Browse files
committed
Merge branch 'release/29.0.1'
2 parents e9e8b46 + b2e585c commit cb7f827

7 files changed

Lines changed: 132 additions & 125 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4-
namespace In2code\Luxletter\TCA;
4+
namespace In2code\Luxletter\Tca;
55

66
use TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent;
77

Configuration/Services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- name: 'console.command'
3333
command: 'luxletter:queue'
3434

35-
In2code\Luxletter\TCA\PreventReferenceIndex:
35+
In2code\Luxletter\Tca\PreventReferenceIndex:
3636
tags:
3737
- name: 'event.listener'
3838
identifier: 'luxletter/preventReferenceIndex'

Documentation/Changelog/Index.md

Lines changed: 111 additions & 110 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 6 deletions
Loading
Lines changed: 4 additions & 6 deletions
Loading

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@
9696
"typo3/cms-composer-installers": true
9797
}
9898
},
99+
"funding": [
100+
{
101+
"type": "other",
102+
"url": "https://www.in2code.de/supportopensource"
103+
},
104+
{
105+
"type": "github",
106+
"url": "https://github.com/orgs/in2code-de/sponsoring"
107+
}
108+
],
99109
"scripts": {
100110
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
101111
"test:php:lint": "bash -c \"find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -d error_reporting=E_ALL -d display_errors=1 -l && if find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 php -d error_reporting=E_ALL -l 2>&1 | grep -q 'Deprecated:'; then echo 'Deprecation notices found, failing the build'; exit 1; fi\"",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'luxletter - TYPO3 Email Marketing Newsletter Tool',
55
'description' => 'Free newsletter extension for TYPO3 for an individual email marketing. A lot of analytics and modern concepts. Works with and without EXT:lux.',
66
'category' => 'plugin',
7-
'version' => '29.0.0',
7+
'version' => '29.0.1',
88
'author' => 'Alex Kellner',
99
'author_email' => 'alexander.kellner@in2code.de',
1010
'author_company' => 'in2code.de',

0 commit comments

Comments
 (0)