Skip to content

Releases: donatj/Pushover-PHP

v3.2.0 Improved error handling, PHP 8.5 support

02 May 09:16
b26636e

Choose a tag to compare

What's Changed

Improved error handling, PHP 8.5 support, Dependabot updates

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #12
  • Update corpus/coding-standard requirement from ^0.6.0 to ^0.6.0 || ^0.9.0 by @dependabot[bot] in #13
  • Update friendsofphp/php-cs-fixer requirement from =3.87.1 to =3.88.2 by @dependabot[bot] in #16
  • Update friendsofphp/php-cs-fixer requirement from =3.88.2 to =3.89.1 by @dependabot[bot] in #17
  • Update phpstan/phpstan requirement from =1.12.28 to =2.1.31 by @dependabot[bot] in #18
  • Update friendsofphp/php-cs-fixer requirement from =3.89.1 to =3.92.3 by @dependabot[bot] in #24
  • Update phpstan/phpstan requirement from =2.1.31 to =2.1.33 by @dependabot[bot] in #23
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #20
  • Update phpstan/phpstan requirement from =2.1.33 to =2.1.38 by @dependabot[bot] in #27
  • Update friendsofphp/php-cs-fixer requirement from =3.92.3 to =3.93.1 by @dependabot[bot] in #26
  • Update phpstan/phpstan requirement from =2.1.38 to =2.1.40 by @dependabot[bot] in #28
  • Update friendsofphp/php-cs-fixer requirement from =3.93.1 to =3.94.2 by @dependabot[bot] in #29
  • Update friendsofphp/php-cs-fixer requirement from =3.94.2 to =3.95.1 by @dependabot[bot] in #32
  • Fix PHPStan 2.1.54: add is_array() guard before implode() on API error field by @Copilot in #33
  • Update donatj/mock-webserver requirement from ^2.6 to ^2.10 by @dependabot[bot] in #34

Full Changelog: v3.1.0...v3.2.0

v3.1.0

05 Feb 03:40
f6ffabc

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

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

Choose a tag to compare

Adds to Options:

  • HTML
  • MONOSPACE

Adds ot Sounds:

  • VIBRATE

Cleanup, Refactor, Restructure!

13 Jun 04:46

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

Choose a tag to compare

v1.0.0

Correct comment typos