Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Releases: ebrigham1/cakephp-error-email

Adding referrer url

01 Mar 18:55
d82b4a3
Compare
Choose a tag to compare

Thanks so @smarek for adding referrer url information to the email templates

Removing use of deprecated functions

10 Jun 23:18
c95b797
Compare
Choose a tag to compare

This removes the use of setTemplate and setLayout directly on the Email object as they are supposed to be called from the viewBuilder now.

Removing further use of deprecated functions

27 May 23:01
308d030
Compare
Choose a tag to compare

This release removes the use of the $this->request->here property in favor of $this->request->getAttribute('here') as the property has been deprecated as of cake 3.4.0

Fixing mistaken cakephp version require

13 Apr 18:05
626f1ab
Compare
Choose a tag to compare

Fixing accidentally requiring only version 3.4.0 when we really want ^3.4.0

Removing use of deprecated functions

13 Apr 17:55
74ea735
Compare
Choose a tag to compare

This release fixes minor spelling errors in documentation and updates the code to stop use of functions deprecated as of cakephp 3.4.0

1.2.0

16 May 00:16
Compare
Choose a tag to compare

Adding emailLevels config to allow users to specify what level of errors they wish to receive emails about.

1.1.0

18 Jan 03:25
Compare
Choose a tag to compare

Beautifying html emails and fixups for documentation.

Initial release

13 Jan 04:35
Compare
Choose a tag to compare

Initial release of ErrorEmail plugin for CakePHP 3.x