Skip to content

Latest commit

 

History

History
159 lines (106 loc) · 7.35 KB

CHANGELOG.md

File metadata and controls

159 lines (106 loc) · 7.35 KB

Changelog

All notable changes to laravel-postmark-webhooks will be documented in this file.

v1.7.0 - 2022-03-09

Added

  • Support for Laravel 9. #17

Changed

  • Make message_id nullable. #13

Added

  • Support for PHP 8. #8

v1.6.0 - 2020-11-16

Added

  • Support for PHP 8. #8

Removed

  • Support for Laravel ^5.5. #6

v1.5.1 - 2020-11-16

Fixed

v1.5.0 - 2020-08-08

Added

  • Added support for Laravel 8. #5

v1.4.0 - 2020-03-07

Added

  • Added support for Laravel 7. #4

v1.3.2 - 2019-07-31

Changed

  • 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

Fixed

  • Use table name if set on the model. da2aded

Removed

  • Removed use of postmark-webhooks.log.table config value, use postmark-webhooks.log.table_name instead. 8d82e03

v1.2.7 - 2019-03-17

Changed

  • Use Str::snake() directly. 752adc2

Fixed

v1.2.6 - 2019-02-09

Changed

v1.2.5 - 2019-02-05

Changed

  • Changed config key log.table to log.table_name in config/postmark-webhooks.php. be76d4e

Fixed

  • Fixed missing backslash in config/postmark-webhooks.php. 17e1b5d

v1.2.4 - 2019-02-05

Added

  • Added ability to make the URI path configurable. 1a26a5f

v1.2.3 - 2019-02-05

Added

  • Added ability to publish database migrations. f23b07d

v1.2.2 - 2019-02-03

Added

  • Added support for Laravel 5.8. 1fc71fe

v1.2.1 - 2018-12-05

Added

  • Added new IP address used by Postmark. 46ea22c

v1.2.0 - 2018-09-25

Added

Changed

v1.1.0 - 2018-09-24

Added

  • 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

  • Changed PostmarkWebhookLog class to PostmarkWebhook. 789b9af

v1.0.0 - 2018-09-22

Added

  • 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

  • Added 127.0.0.1 to trusted IPs. edada5f

v0.2.0 - 2018-09-22

Changed

  • Changed the database schema for the postmark_webhook_logs table. 815e2cf

v0.1.0 - 2018-09-22

Initial release