Skip to content

Releases: slunak/pushover-php

1.6.0

29 Aug 08:27
b7cc7ff
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Test setTtl() is duplicated #24

Added

  • Added support for creating a new group #26

1.4.0

15 Jul 09:46
a3e88f7
Compare
Choose a tag to compare

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
Choose a tag to compare

Added

  • Added error message from curl into logic exception when curl failed to send a request

1.3.1

06 Feb 08:54
Compare
Choose a tag to compare

Added

  • Added change log

Changed

  • Changed tests pipeline from Travis to Github Actions

1.3.0

31 Dec 10:01
de3a75b
Compare
Choose a tag to compare

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
Choose a tag to compare

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
6cf060a
Compare
Choose a tag to compare
  • Add support for future PHP versions

1.0.0

08 Aug 06:17
Compare
Choose a tag to compare

Improvements

  • Refactor tests
  • Add more tests
  • Refactor Response objects
  • Refactor Request object
  • Prepare for stable release

0.10.0

31 Jul 13:05
Compare
Choose a tag to compare

Improvements

  • Add Subscription API support

Fixes

  • Fix coding style