Releases: slunak/pushover-php
Releases · slunak/pushover-php
1.6.0
29 Aug 08:27
Compare
Sorry, something went wrong.
No results found
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
08 Aug 08:11
Compare
Sorry, something went wrong.
No results found
Fixed
Test setTtl() is duplicated #24
Added
Added support for creating a new group #26
1.4.0
15 Jul 09:46
Compare
Sorry, something went wrong.
No results found
Added
Added support for Time to Live (TTL) parameter
Changed
Changed phpunit test command; removed -v flag
1.3.2
16 Mar 10:28
Compare
Sorry, something went wrong.
No results found
Added
Added error message from curl into logic exception when curl failed to send a request
1.3.1
06 Feb 08:54
Compare
Sorry, something went wrong.
No results found
Added
Changed
Changed tests pipeline from Travis to Github Actions
1.3.0
31 Dec 10:01
Compare
Sorry, something went wrong.
No results found
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
02 Aug 12:20
Compare
Sorry, something went wrong.
No results found
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
27 Nov 12:18
Compare
Sorry, something went wrong.
No results found
Add support for future PHP versions
1.0.0
08 Aug 06:17
Compare
Sorry, something went wrong.
No results found
Improvements
Refactor tests
Add more tests
Refactor Response objects
Refactor Request object
Prepare for stable release
0.10.0
31 Jul 13:05
Compare
Sorry, something went wrong.
No results found
Improvements
Add Subscription API support
Fixes