v1.0.1
Fixed
updateUserTags()now sends the correctUpdateUserRequestbody toDefaultApi::updateUser— v1.0.0 sent aUsermodel, which OneSignal ignored, producing users with no data tags (#1).updateUserTags()/removeUserTags()return type corrected toPropertiesBody(wasUser, throwing aTypeErroreven on success).
Upgrade
composer update multek/laravel-onesignalThen re-run your user sync backfill (idempotent) so existing users get their tags applied.
Full Changelog: v1.0.0...v1.0.1