Skip to content

Commit

Permalink
Version 6.4.2: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Feb 13, 2024
1 parent 050f94b commit 5fc49f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/LogRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
- Additional fields can now be copied from the log-entry to the tt_address-table. Setting additionalTtAddressFields added.

Version 6.4.2:
- 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.1',
'version' => '6.4.2',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
Expand Down

0 comments on commit 5fc49f7

Please sign in to comment.