Skip to content

Releases: jdavidbakr/mail-tracker

Admin panel, URL tracking

01 Nov 22:08
Compare
Choose a tag to compare

Added the admin panel and individual URL tracking within the emails

Removing references to local Event class

01 Nov 20:18
Compare
Choose a tag to compare

Laravel 5.3 no longer ships with a local Event class. This release removes the references in the events. This should be backwards compatible because the default local Event class was an empty abstract class.

Changing controller routes to explicit ones

08 Sep 13:35
Compare
Choose a tag to compare

Changed the controller route calls to explicit commands to make this work in Laravel 5.3

Explicitly setting opens and clicks to zero in database

09 Aug 17:38
Compare
Choose a tag to compare

SQLite doesn't behave like MySQL when a column does not have a default value, so we need to explicitly set the opens and clicks columns to 0 when the SentEmail object is created.

README correction

31 May 20:56
Compare
Choose a tag to compare

vendor:publish was incorrect in the README

Bugfix for events

09 May 21:52
Compare
Choose a tag to compare

Fixing a bug that caused an error if the tracking hash was invalid.

Bugfix if base64 encoding resulted in a "/" character

07 May 17:03
Compare
Choose a tag to compare

If base64 encoding resulted in a "/" character, this was included in the URL and caused the tracker to break and the redirect to be incorrect.

Adding events for viewed mail and clicked links

23 Apr 19:57
Compare
Choose a tag to compare
1.0.4

Adding events for view and links

Adding Lumen Support

22 Apr 17:21
Compare
Choose a tag to compare
Merge pull request #3 from incraigulous/master

Adding lumen support.

Empty URL Fix

05 Apr 18:29
Compare
Choose a tag to compare

Avoids sending to a 404 page if a URL is empty in the tracking redirect.