Releases: edamov/pushok
Releases · edamov/pushok
Fix #99
Fix localized title keys
Add support for different push notification types
Merge pull request #91 from angvp/feature/voip-tokens Add support for different push notification types
Travis improvements
- 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
Merge pull request #89 from rasmusbe/unittests Add more tests and small fixes
Upgrade to web-tokens 2.0
0.10.0 Update README.md
Require php7.2 to support the changes in #85
Merge pull request #87 from rasmusbe/php72 Require php7.2 to support the changes in #85
Update composer requirements
- remove ext-gmp extension. Fix #39
- add ext-json extension