Skip to content

Releases: experius/Magento-2-Module-Experius-Email-Catcher

3.4.1: Merge pull request #56 from mhaagen/feature/fix_bug_with_debug_utf8

27 Oct 16:26
d4a4eca
Compare
Choose a tag to compare
[BUGFIX] fixed bug for email getting into spam cause of utf-8

3.3.0: Merge pull request #55 from rubenexp/bugfix/2.3fixes

09 Sep 15:38
894e874
Compare
Choose a tag to compare

Configurable number of days for email log cleanup

07 Jul 14:01
b6b0fca
Compare
Choose a tag to compare
3.2.0

Merge pull request #53 from maurosempere/feature/add-days-to-clean-co…

3.1.4: Merge pull request #52 from sudheernayak31/master

06 Jul 07:34
3ba424a
Compare
Choose a tag to compare
#51: Resolve DB prefix with Upgrade Schema

Fix for undefined imap_utf8 function

23 Apr 12:34
447179f
Compare
Choose a tag to compare
Merge pull request #48 from lcbrq/hotfix/47-imap

Fixes #47 undefined imap_utf8

3.1.2: Merge pull request #46 from F43BL4CK/patch-1

07 Feb 15:51
93c2755
Compare
Choose a tag to compare
Change old decoder to utf-8 encoder

Whitelist specific email templates

13 Nov 10:36
39e20b2
Compare
Choose a tag to compare

This release adds the option to stop (catch) specific emails.

By enabling the whitelist feature, only emails which use the selected (whitelisted) templates are sent.
The emailcatcher does save the emails for itself, so mails can be sent manually from the back-office of Magento.

Magento 2.3.3 Support

09 Oct 11:53
c41ea85
Compare
Choose a tag to compare
Merge pull request #38 from experius/feature/full-2.3.3-support

EmailCatcher 3.0.0, full 2.3.3 support (backwards compatible)

Magento 2.3.3 Support v2

08 Oct 15:14
9cb2eb0
Compare
Choose a tag to compare

[BUGFIX] __construct() dependency injection breaks on Emailcatcher model due to sort order of injected classes.
[BUGFIX] UI xml argument: name="context" xsi:type="configurableObject" breaks adminhtml in Magento 2.3.3.
[FEATURE] Removed redundant commented out xml in UI xml declaration for mass action.
[FEATURE] Sort order changed to be a tad more logical in the adminhtml overview.
[FEATURE] Removed "id" selection column, since no actions are present.

Magento 2.3.3 Support

01 Oct 10:25
Compare
Choose a tag to compare
2.2.5

[TASK] quoted_printable_decode only for Magento 2.3.3 or higher