From 671c045c6b1bc401fc55f8ce79f920b13e45434f Mon Sep 17 00:00:00 2001 From: Kurt Gusbeth Date: Thu, 15 Feb 2024 11:20:29 +0100 Subject: [PATCH] Version 6.4.3: symfony 7 bugfix --- Classes/Command/ImportFEUsersScheduler.php | 2 +- README.md | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Classes/Command/ImportFEUsersScheduler.php b/Classes/Command/ImportFEUsersScheduler.php index 88479bd..b28007f 100644 --- a/Classes/Command/ImportFEUsersScheduler.php +++ b/Classes/Command/ImportFEUsersScheduler.php @@ -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...'); diff --git a/README.md b/README.md index d8f2d3e..0eff85c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index db6feab..563e010 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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'