Skip to content

Releases: kodjunkie/onesignal-php-sdk

v1.1.5

02 Oct 09:37
edabb82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

03 Feb 14:42
6019f72
Compare
Choose a tag to compare

What's Changed

  • chore: add support for laravel 10.x compatibility by @kodjunkie in #65

Full Changelog: v1.1.3...v1.1.4

v1.1.3

10 Nov 12:37
251fe7d
Compare
Choose a tag to compare

Enhancements

  • 📚 Updated documentation
  • ⬆️ Updated dependencies

v1.1.2

23 Aug 16:30
4321c66
Compare
Choose a tag to compare

🚀 What's new?

  • Added .gitattributes to reduce the published package size (d197ec8)

v1.1.1

23 Aug 12:49
86dfc64
Compare
Choose a tag to compare

🛠️ Enhancements

  • Set default pagination limit (5339c38)
  • Improved comment / documentation

v1.1.0

11 Aug 12:03
dd4c9ce
Compare
Choose a tag to compare

What's changed?

  • Standardised device constants (31e7c4b)
  • Updated notification event constants (601f43c)

Enhancements 🚀

  • Code refactoring and perf improvements
  • Updated documentation
  • Updated dependencies
  • Incremented tests

View changelog here

v1.0.9

02 Jul 19:15
c6d5662
Compare
Choose a tag to compare

🚀 What's new?

  • Added notification event const (87c2177)
  • Updated documentation
  • Upgraded dependencies

View the full list here

v1.0.8

22 Jun 09:18
5d5cdb8
Compare
Choose a tag to compare

Improvements

  • Updated documentation
  • Upgraded dependencies

Get the full list here

v1.0.7

12 Jun 07:32
809db56
Compare
Choose a tag to compare

What's new?

  • Added support for PHP 7.0
  • Upgraded dependencies

v1.0.6

06 Jun 11:24
0de430f
Compare
Choose a tag to compare

Improvements

  • Fixed bug where config (api_key / auth_key) set to null doesn't get caught by the package
  • Improved documentation 📚