Releases: slunak/pushover-php
Releases · slunak/pushover-php
1.6.0
Added
- Added support for listing groups #29
- Added PHP CS Fixer to CI
- Added PHPStan to CI
- Added Rector to CI
- Lots of code refactoring and improvements
Fixed
- Wrong comparison to 0 in response #42
Deprecated
- Deprecated PHP 7.4 support
- Deprecated PHP 8.0 support
- Deprecated PHP 8.1 support
Many thanks to @Vitexus and @OskarStark for help shipping this release.
1.5.0
Fixed
- Test setTtl() is duplicated #24
Added
- Added support for creating a new group #26
1.4.0
Added
- Added support for Time to Live (TTL) parameter
Changed
- Changed phpunit test command; removed
-v
flag
1.3.2
Added
- Added error message from curl into logic exception when curl failed to send a request
1.3.1
Added
Changed
- Changed tests pipeline from Travis to Github Actions
1.3.0
Fixes
- Fix deprecation warning when running tests on PHP 8.1 and 8.2
Changes
- Drop PHP 7.1, 7.2 and 7.3 support
1.2.0
Improvements
- Add Custom Sounds support
Fixes
- Provide commands in contributing guidelines
- Fix coding style in UserGroupValidationResponse class
- Rename variable to match the method
- Enhance Priority class
1.1.0
- Add support for future PHP versions
1.0.0
Improvements
- Refactor tests
- Add more tests
- Refactor Response objects
- Refactor Request object
- Prepare for stable release
0.10.0
Improvements
- Add Subscription API support
Fixes