From 5fc49f71d69263e25bb45458423a8a58937bed46 Mon Sep 17 00:00:00 2001 From: Kurt Gusbeth Date: Tue, 13 Feb 2024 16:20:35 +0100 Subject: [PATCH] Version 6.4.2: bugfix --- Classes/Domain/Repository/LogRepository.php | 2 +- README.md | 7 +++++-- ext_emconf.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Classes/Domain/Repository/LogRepository.php b/Classes/Domain/Repository/LogRepository.php index 1dc2606..446ee38 100644 --- a/Classes/Domain/Repository/LogRepository.php +++ b/Classes/Domain/Repository/LogRepository.php @@ -331,7 +331,7 @@ function insertInTtAddress($address, $mode, $dmCatArr = [], $salutation = '', $a * @param string $salutation Anrede * @param string $additionalFields weitere extern zugefügte Felder */ - function updateInTtAddress($address, $mode, $tableUid, $salutation = '', $additionalFields) + function updateInTtAddress($address, $mode, $tableUid, $salutation = '', $additionalFields = '') { $timestamp = time(); if ($address->getGender() == 1) $gender = 'f'; diff --git a/README.md b/README.md index 73f384d..d8f2d3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fp_newsletter -version 6.4.0 +version 6.4.2 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. @@ -41,4 +41,7 @@ Version 6.3.2: - Bugfix: reCAPTCHA fixed. Version 6.4.0: -- Additional fields can now be copied from the log-entry to the tt_address-table. Setting additionalTtAddressFields added. \ No newline at end of file +- Additional fields can now be copied from the log-entry to the tt_address-table. Setting additionalTtAddressFields added. + +Version 6.4.2: +- Small bugfixes. \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index abe1d03..db6feab 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.1', + 'version' => '6.4.2', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99'