Added
- Cloud Messaging: Added support for APNS subtitles (supported by iOS 9+, silently ignored for others) (#692)
- Auth: In
Auth::listUsers()
, if the specified batch size exceeds the specified maximum number of to be returned users, the batch size will be reduced from the default 1000. As an example: previously,Auth::listUsers(2)
would have downloaded 1000 accounts (the default batch size), but return only the first two. After the change, only two accounts will be downloaded. - Added methods
Kreait\Firebase\Messaging\ApnsConfig::withSubtitle()
Changed
- Replaced internal JSON helper class with
beste/json
- Deprecated classes
Kreait\Firebase\Util\JSON