Skip to content

v1.0.1

Choose a tag to compare

@rodrigocoliveira rodrigocoliveira released this 28 Jul 20:01

Fixed

  • updateUserTags() now sends the correct UpdateUserRequest body to DefaultApi::updateUser — v1.0.0 sent a User model, which OneSignal ignored, producing users with no data tags (#1).
  • updateUserTags()/removeUserTags() return type corrected to PropertiesBody (was User, throwing a TypeError even on success).

Upgrade

composer update multek/laravel-onesignal

Then re-run your user sync backfill (idempotent) so existing users get their tags applied.

Full Changelog: v1.0.0...v1.0.1