All notable changes to laravel-postmark-webhooks
will be documented in this file.
v1.7.0 - 2022-03-09
- Support for Laravel 9.
#17
- Make message_id nullable.
#13
- Support for PHP 8.
#8
v1.6.0 - 2020-11-16
- Support for PHP 8.
#8
- Support for Laravel ^5.5.
#6
v1.5.1 - 2020-11-16
- Postmark IPs.
e70f030
v1.5.0 - 2020-08-08
- Added support for Laravel 8.
#5
v1.4.0 - 2020-03-07
- Added support for Laravel 7.
#4
v1.3.2 - 2019-07-31
- Updated version constraints to support Laravel 6.
1bf3d5f
v1.3.1 - 2019-05-20
- No notable changes. Clean up the garden.
v1.3.0 - 2019-03-18
- Use table name if set on the model.
da2aded
- Removed use of
postmark-webhooks.log.table
config value, usepostmark-webhooks.log.table_name
instead.8d82e03
v1.2.7 - 2019-03-17
- Use Str::snake() directly.
752adc2
- Use setTable().
452579c
v1.2.6 - 2019-02-09
- Updated docblock.
b2ffd4b
v1.2.5 - 2019-02-05
- Changed config key
log.table
tolog.table_name
inconfig/postmark-webhooks.php
.be76d4e
- Fixed missing backslash in
config/postmark-webhooks.php
.17e1b5d
v1.2.4 - 2019-02-05
- Added ability to make the URI path configurable.
1a26a5f
v1.2.3 - 2019-02-05
- Added ability to publish database migrations.
f23b07d
v1.2.2 - 2019-02-03
- Added support for Laravel 5.8.
1fc71fe
v1.2.1 - 2018-12-05
- Added new IP address used by Postmark.
46ea22c
v1.2.0 - 2018-09-25
- Added event mapping.
bd52ccc
- Code refactor.
f438b3a
v1.1.0 - 2018-09-24
- Added an option to exclude event types from being logged to the database.
49a886d
- Added an option to make the Eloquent model being used configurable.
7395bee
- Added an option to disable logging to the database.
04a3b32
- Added an option to make the database table being used configurable.
480d288
- Changed PostmarkWebhookLog class to PostmarkWebhook.
789b9af
v1.0.0 - 2018-09-22
- Added dispatching of different event types.
6a90992
- Added the email address to the events and to the logs table.
ba94bfa
v0.2.1 - 2018-09-22
- Added 127.0.0.1 to trusted IPs.
edada5f
v0.2.0 - 2018-09-22
- Changed the database schema for the
postmark_webhook_logs
table.815e2cf