Skip to content

Releases: laravel-notification-channels/pushover

4.0.0

20 Mar 08:22
31ff8c1
Compare
Choose a tag to compare

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

3.1.0

10 Apr 05:43
27b6fa5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0 - Laravel 8 and message format types

13 Sep 19:52
532d32a
Compare
Choose a tag to compare
  • Add support for Laravel 8 by upgrading Guzzle
  • Add new methods on PushoverMessage to set the message format type using html(), monospace() or plain() (see the README)

2.1.2

10 Sep 19:04
c53bf65
Compare
Choose a tag to compare
  • Add support for Laravel 8 (#43)

2.1.1

17 Mar 16:32
17894ca
Compare
Choose a tag to compare
  • Add support for Laravel 7 (#40)

2.1.0

15 Sep 23:24
Compare
Choose a tag to compare
  • Add support for Laravel 6 (#37)

2.0.1

25 Aug 23:34
33d1f5f
Compare
Choose a tag to compare
  • Remove direct Carbon dependency

2.0.0

12 Jun 09:48
d1e34c6
Compare
Choose a tag to compare
  • Add support for Laravel 5.8 (PR #30)

1.2.3

25 Sep 09:19
Compare
Choose a tag to compare
  • Add support for Laravel 5.7 (PR #25)

1.2.2

13 Feb 10:21
81fe157
Compare
Choose a tag to compare
  • Add support for Laravel 5.6 (PR #23)