Releases: donatj/Pushover-PHP
Releases · donatj/Pushover-PHP
v3.1.0
What's Changed
- Improved error handling including details about what went wrong are now included in the exception message.
- Bump actions/checkout from 3 to 4 by @dependabot in #10
- Update PHP to 8.3 - ci.yml by @donatj in #11
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
Breaking Changes
- Drops support for PHP versions older than PHP 7.3
- Pushover::send now throws an exception on failure rather than returning false
- Now throws an exception if the response from pushover is invalid
Pull Requests
- Test in PHP 8.1 by @donatj in #4
- Update donatj/mock-webserver requirement from ^0.2.0 to ^0.2.0 || ^2.0.0 by @dependabot in #5
- Bump actions/checkout from 2 to 3 by @dependabot in #6
- Test in PHP 8.2 by @donatj in #7
- Test in PHP 8.2 - Set Minimum to PHP 7.1 by @donatj in #8
- Fix/further drop php versions by @donatj in #9
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v2.1.0...v3.0.0
Adds Constants for API Updates
Adds to Options:
HTML
MONOSPACE
Adds ot Sounds:
VIBRATE
Cleanup, Refactor, Restructure!
This major release is largely compatible with prior releases EXCEPT everything has been moved from \donatj
into \donatj\Pushover
so your use
statements will need to be updated.
This release also adds constants, so you no longer need to know the keys the API uses.
This release contains full test coverage.
Initial Release
v1.0.0 Correct comment typos