Skip to content

Releases: kartolo/direct_mail

6.0.4

19 Dec 19:49
e8d9746
Compare
Choose a tag to compare

What's Changed

  • Task #460: fix composer.json to be able to release to packagist by @kartolo in #464

Full Changelog: 6.0.3...6.0.4

9.5.2

12 Dec 19:59
6fb797f
Compare
Choose a tag to compare

What's Changed

  • [Security] prevent user to input multiline value by @kartolo in #453

This is for TYPO3 11 LTS

Full Changelog: 9.5.1...9.5.2

v7.0.3

12 Dec 19:52
bb34f1b
Compare
Choose a tag to compare

What's Changed

  • [Security] prevent user to input multiline value by @kartolo in #455

This is for TYPO3 10 LTS only

Full Changelog: v7.0.2...v7.0.3

6.0.3

12 Dec 19:51
c19d755
Compare
Choose a tag to compare

What's Changed

  • [Security] prevent user to input multiline value by @kartolo in #454

This is for TYPO3 9.5 LTS only

Full Changelog: 6.0.2...6.0.3

9.5.1

12 Dec 19:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.5.0...9.5.1

9.5.0

23 Jun 19:35
fad47b5
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Fix empty $_SERVER['HTTP_HOST'] in CLI context by @peterkraume in #289
  • [TASK] Allow tt_address ^6.0 by @Patta in #285
  • [TASK] fix composer.json so packagist can update by @kartolo in #292
  • [BUGFIX] Avoid exception if data is too long for url column in sys_dmail_maillog by @Patta in #287
  • [TASK] add tt_address v8.0 and drop tt_address v5.3 from dependencies by @Patta in #415
  • [BUGFIX] Avoid undefined array key warning in StatisticsController by @Patta in #418
  • [BUGFIX] fix undefined array key by @hannesbochmann in #412
  • [BUGFIX] fix PHP warning by @kartolo in #423

Thanks to:

Full Changelog: 9.4.0...9.5.0

9.4.0

09 Jun 13:45
0e25cfb
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Avoid empty recipient name by @Patta in #399
  • [BUGFIX] Avoid undefined array key "rid" warning in JumpurlController by @Patta in #410
  • 11.x by @SSFGizmo in #416

Full Changelog: 9.0.0...9.4.0

TYPO3 11 LTS compatibility release - Alpha

27 Sep 14:19
dc7f7a2
Compare
Choose a tag to compare

This is a compatibility release to TYPO3 11 LTS.

What's Changed

  • set version to 7.1.0-dev by @kartolo in #236
  • [TASK] added funding URL by @kartolo in #238
  • [Task] added funding URL by @kartolo in #239
  • [BUGFIX] Selecting translated page in Backend fails with errors by @mcphil in #237
  • [BUGFIX] Fix error "Argument 2 ... must be of type string, null given… by @cnmarco in #242
  • prevent invalid upload path and infinite loop in csv import by @jonnsn in #245
  • [BUGFIX] show delete icon for newsletter which hasn't started sending… by @kartolo in #249
  • [BUGFIX] add table name on the selected field by @kartolo in #246
  • [BUGFIX] add missing dot for field name by @kartolo in #250
  • Update ext_emconf.php by @SSFGizmo in #260
  • Update composer.json by @SSFGizmo in #258
  • [BUGFIX] fix deprecated addMessage in the scheduler additionalField by @kartolo in #261
  • [TASK] Fix indentation in composer.json by @peterkraume in #264
  • [BUGFIX] don't send empty HTML part by @kartolo in #252
  • [BUGFIX] set sender instead of returnPath by @Patta in #263
  • Registering console commands in Configuration/Commands.php has been deprecated and will stop working in TYPO3 v11.0. by @SSFGizmo in #266
  • [TASK] release v7.0.1 by @kartolo in #271
  • 11.x by @SSFGizmo in #288

New Contributors

Full Changelog: 7.0.0...v8.0.0-alpha

Maintenance Release

21 Sep 07:58
898d2c6
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Fix empty $_SERVER['HTTP_HOST'] in CLI context by @peterkraume in #289
  • [TASK] Allow tt_address ^6.0 by @Patta in #285
  • [TASK] fix composer.json so packagist can update by @kartolo in #292

Full Changelog: v7.0.1...v7.0.2

Thank you to following commiter:

  • Peter Kraume
  • Patrick Lenk

Maintenance Release

17 Aug 09:55
09428b4
Compare
Choose a tag to compare

2021-08-17 [TASK] release v7.0.1 (Commit 74cdebb by Ivan Kartolo)
2021-06-21 update InvokeMailerEngineCommand (Commit e86cd3a by Igor Neyman)
2021-06-21 replace Commands.php with Services.yaml (Commit 6269844 by Igor Neyman)
2021-06-21 merge with kartolo/direct_mail (Commit f679857 by Igor Neyman)
2021-06-08 [TASK] Fix indentation in composer.json (Commit efbb8ac by Peter Kraume)
2021-06-05 remove _md5_values_when_last_written from ext_emconf (Commit 762ca7d by Igor Neyman)
2021-05-28 [BUGFIX] set sender instead of returnPath (Commit 0579e1f by Patrick Lenk)
2021-03-09 [BUGFIX] don't send empty HTML part (Commit 4a76b63 by Ivan Kartolo)
2021-05-05 [BUGFIX] fix deprecated addMessage in the scheduler additionalField (Commit 16bc876 by Ivan Kartolo)
2021-05-05 Update ext_emconf.php (Commit f673406 by SSFGizmo)
2021-05-03 Update composer.json (Commit 0520c22 by SSFGizmo)
2021-03-09 [BUGFIX] add missing dot for field name (Commit 0f4ed2b by Ivan Kartolo)
2021-03-09 [BUGFIX] show delete icon for newsletter which hasn't started sending or not yet finished sending (Commit 58d3a38 by Ivan Kartolo)
2021-02-21 [BUGFIX] add table name on the selected field (Commit 7baeac4 by Ivan Kartolo)
2021-02-18 fix spaces (Commit 2f09e8b by Jonas)
2021-02-18 prevent endless loop in case of invalid file (Commit 235785c by Jonas)
2021-02-18 prevent invalid paths for uploaded files (Commit ee2d421 by Jonas)
2021-02-11 [BUGFIX] CSV import not working (resolves #243) (Commit cf47b9b by Marco Kuprat)
2021-02-09 [BUGFIX] Fix error "Argument 2 ... must be of type string, null given ..." after clicking "csv import" (fixes #241) (Commit bac618e by Marco Kuprat)
2020-12-31 [TASK] added funding URL (Commit d0f2742 by Ivan Kartolo)
2020-12-30 Removed condition checking for Typo3 9 and removed old default behaviour to fetch title from pages_language_overlay table - doesn't exist anymore. (Commit be85fe6 by Philipp Huberty)

Thank you to following commiter:

  • Igor Neyman
  • Peter Kraume
  • Patrick Lenk
  • SSFGizmo
  • Jonas
  • Marco Kuprat
  • Philipp Huberty