Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 538 Bytes

File metadata and controls

18 lines (12 loc) · 538 Bytes

Changelog

All notable changes to laravel-notification-event-subscriber will be documented in this file.

1.4.0 - 2024-12-18

  • Added Laravel 11 and PHP 8.3 supports.

1.3.0 - 2023-02-19

  • Added Laravel 10 & php 8.2 support.

1.2.0 - 2022-09-27

  • Added $notifiable parameter of the NotificationSent and NotificationSending events to onSent() and enSending() methods.

1.1.0 - 2022-09-21

  • Added $response parameter of the NotificationSent event to onSent() method.

1.0.0 - 2022-09-09

  • initial release.