Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@Kovah Kovah released this 20 Mar 08:22
31ff8c1

High-Impact changes

The Pushover notification channel now requires at least PHP 8.1. PHP 8.0 and below are no longer supported as these versions are EOL.

What's Changed

  • Length of Pushover API key is checked for the correct length by @boryn in #61.
  • fire() was replaced by dispatch() in PushoverChannel by @boryn in #59.
  • $notifiable was missing in the send() method for proper error reporting by @boryn in #60.
  • ext-exif was added as an optional requirement for image attachments.
  • Compatibility with Laravel 11, including update of tests.
  • Bump the minimum required PHP version to 8.1, as 8.0 is no longer maintained.
  • Refactoring of classes to match 8.1 coding features such as typed properties and params.

New Contributors

Full Changelog: 3.1.0...4.0.0