Skip to content

Tags: bretto36/mail-tracker

Tags

2.1.3

Toggle 2.1.3's commit message
Removing unique() attribute from message_id in sent_emails (not addin…

…g a new migration)

2.1.2

Toggle 2.1.2's commit message
Adding warning about headers being exposed to recipientns

2.1.1

Toggle 2.1.1's commit message
Putting tracking pixel at the end of the message if it is not using <…

…body> tags

2.1.0

Toggle 2.1.0's commit message
Adding the SNS endpoint to the admin page

2.0.1

Toggle 2.0.1's commit message
Fixing packagist icons at the top of the ReadMe file

2.0.0

Toggle 2.0.0's commit message
Merge branch 'master' of https://github.com/amamarul/mail-tracker

# Conflicts:
#	README.md
#	config/mail-tracker.php
#	src/AdminController.php
#	src/views/index.blade.php
#	src/views/layouts/app.blade.php
#	src/views/show.blade.php
#	src/views/url_detail.blade.php

1.0.10

Toggle 1.0.10's commit message
Laravel 5.3 no longer ships with the Event.php abstract class

1.0.9

Toggle 1.0.9's commit message
Changing to explicit routes

1.0.8

Toggle 1.0.8's commit message
Explicitly setting opens and clicks values to zero when creating the …

…SentEmail object so that SQLite doesn't complain.

1.0.7

Toggle 1.0.7's commit message
Merge pull request jdavidbakr#4 from incraigulous/patch-1

The vendor:publish command was incorrect.