Skip to content

Releases: edamov/pushok

Define missing CURL constant

04 Apr 20:29
Compare
Choose a tag to compare

Set a correct apns-topic value based on a push type (voip, complication, fileprovider)

04 Apr 20:23
207f38f
Compare
Choose a tag to compare

Fix #99

04 Apr 19:30
a1da6fa
Compare
Choose a tag to compare
Merge pull request #102 from knyjoh/fix-breaking-loop

Resolves issue#99

Fix localized title keys

25 Dec 12:34
Compare
Choose a tag to compare

Add support for different push notification types

20 Nov 18:06
9404502
Compare
Choose a tag to compare
Merge pull request #91 from angvp/feature/voip-tokens

Add support for different push notification types

Travis improvements

19 Nov 16:37
Compare
Choose a tag to compare
  • Use bionic images on travis
  • Added tests against php 7.4 (fails allowed)
  • Added tests against php nightly (fails allowed)
  • Added nullcheck to Response-class (did fail in 7.4 unit test)
  • Now pushok is php 8.0 ready!

Add tests and small fixes

19 Nov 12:20
f24889f
Compare
Choose a tag to compare
Merge pull request #89 from rasmusbe/unittests

Add more tests and small fixes

Upgrade to web-tokens 2.0

18 Nov 15:59
5358869
Compare
Choose a tag to compare
0.10.0

Update README.md

Require php7.2 to support the changes in #85

07 Nov 13:12
a84a754
Compare
Choose a tag to compare
Merge pull request #87 from rasmusbe/php72

Require php7.2 to support the changes in #85

Update composer requirements

06 Nov 17:29
827cc90
Compare
Choose a tag to compare
  • remove ext-gmp extension. Fix #39
  • add ext-json extension