Skip to content

Releases: donatj/Pushover-PHP

v3.1.0

05 Feb 03:40
f6ffabc
Compare
Choose a tag to compare

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

31 Aug 06:12
f85d2cb
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v3.0.0

Adds Constants for API Updates

24 Mar 21:20
2a0bd89
Compare
Choose a tag to compare

Adds to Options:

  • HTML
  • MONOSPACE

Adds ot Sounds:

  • VIBRATE

Cleanup, Refactor, Restructure!

13 Jun 04:46
Compare
Choose a tag to compare

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

04 Nov 19:18
Compare
Choose a tag to compare
v1.0.0

Correct comment typos