Skip to content

Releases: pluswerk/mail_logger

Release 1.2.5

18 Oct 10:31
0784a67
Compare
Choose a tag to compare
  • [BUGFIX] rely on newer getChildren method
  • [BUGFIX] fix encoding, fix width of mail content in backend

Release 1.2.4

17 Oct 16:37
589f687
Compare
Choose a tag to compare
  • [BUGFIX] for formhandler mails

Release 1.2.3

06 Aug 12:53
9d7e5f0
Compare
Choose a tag to compare

add php 5.5 support

Release 1.2.2

03 Aug 09:03
a7452c5
Compare
Choose a tag to compare
  • Add tests for MailLogRepository to fix and prevent some bugs

Release 1.2.1

30 Jul 12:57
5d6c390
Compare
Choose a tag to compare
  • [BUGFIX] fix type error that prevented settings handling

Release 1.2.0

18 Jul 07:32
a92db9b
Compare
Choose a tag to compare

Add option to anonymize the mail log
Examples:

direct anonymization:

module.tx_maillogger.cleanup {
  anonymize = 1
  anonymizeAfter = 0
}

anonymize after x days:

module.tx_maillogger.cleanup {
  anonymize = 1
  anonymizeAfter = 30 days
}

do not anonymize at all

module.tx_maillogger.cleanup {
  anonymize = 0
}

Release 1.1.0

10 Jul 12:46
52a30ba
Compare
Choose a tag to compare

[FEATURE] add cleanup maillog - defaults to 30 days

Release version 1.0.1

21 Feb 09:33
f27cb35
Compare
Choose a tag to compare
[BUGFIX] Fix ext_emconf.php for TER release (#4)

1.0.0

16 Feb 16:03
6035eaf
Compare
Choose a tag to compare
[TASK] Update ext_emconf.php