Skip to content

Commit c7e94ee

Browse files
committed
Update the changelog
1 parent 41a6cd0 commit c7e94ee

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,45 @@
22

33
All notable changes to `pushover` will be documented in this file.
44

5+
## 4.1.0 - 2025-02-25
6+
- Add support for Laravel 12
7+
- Add new callback parameter which can be used to supply a callback URL for emergency notifications by @stijnbernards in #64
8+
9+
## 4.0.0 - 2024-03-20
10+
- High-Impact changes
11+
- 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.
12+
- What's Changed
13+
- Length of Pushover API key is checked for the correct length by @boryn in #61.
14+
- fire() was replaced by dispatch() in PushoverChannel by @boryn in #59.
15+
- $notifiable was missing in the send() method for proper error reporting by @boryn in #60.
16+
- ext-exif was added as an optional requirement for image attachments.
17+
- Compatibility with Laravel 11, including update of tests.
18+
- Bump the minimum required PHP version to 8.1, as 8.0 is no longer maintained.
19+
- Refactoring of classes to match 8.1 coding features such as typed properties and params.
20+
21+
## 3.1.0 - 2023-04-10
22+
- Add support for image attachment by @boryn in #49
23+
- Add support for Laravel 10 by @SamuelNitsche in #53
24+
- chore: style fixes by @atymic in #57
25+
26+
## 3.0.0 - 2020-11-13
27+
- Add support for Laravel 8 by upgrading Guzzle
28+
- Add new methods on PushoverMessage to set the message format type using html(), monospace() or plain() (see the README)
29+
30+
## 2.1.2 - 2020-09-10
31+
- Add support for Laravel 8 (#43)
32+
33+
## 2.1.1 - 2020-03-17
34+
- Add support for Laravel 7 (#40)
35+
36+
## 2.1.0 - 2019-11-16
37+
- Add support for Laravel 6 (#37)
38+
39+
## 2.0.1 - 2019-08-26
40+
- Remove direct Carbon dependency
41+
542
## 2.0.0 - 2019-06-12
6-
- Add support for Laravel 5.8 (PR #30)
43+
- Add support for Laravel 5.8 (PR #30)
744

845
## 1.2.3 - 2018-09-25
946
- Add support for Laravel 5.7 (PR #25)

0 commit comments

Comments
 (0)