Skip to content

Commit

Permalink
Version 6.4.3: symfony 7 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Feb 15, 2024
1 parent 5fc49f7 commit 671c045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Classes/Command/ImportFEUsersScheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function configure()
* @param OutputInterface $output
* @return int error code
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$io = new SymfonyStyle($input, $output);
//$io->writeln('Initiated and Processing...');
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fp_newsletter

version 6.4.2
version 6.4.3

The TYPO3 extension fp_newsletter is designed to provide a newsletter subscription and unsubscription service for the
table tt_address which can be used by the extension mail OR for the table fe_users which can be used by luxletter or mail.
Expand Down Expand Up @@ -43,5 +43,5 @@ Version 6.3.2:
Version 6.4.0:
- Additional fields can now be copied from the log-entry to the tt_address-table. Setting additionalTtAddressFields added.

Version 6.4.2:
Version 6.4.3:
- Small bugfixes.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'author_company' => 'fixpunkt für digitales GmbH',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '6.4.2',
'version' => '6.4.3',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
Expand Down

0 comments on commit 671c045

Please sign in to comment.