All notable changes to notific-php-sdk
will be documented in this file
- Added fluent way to send private notifications with or without templates.
- template($name)->recipients($recipient1, $recipient2, ...)->send()
- privateNotification($id)->recipients($recipient1, $recipient2, ...)->send()
- template($name)->recipients([$recipients])->send()
- privateNotification($id)->recipients([$recipients])->send()
- template($name)->tags($tag1, $tag2, ...)->send()
- privateNotification($id)->tags($tag1, $tag2, ...)->send()
- template($name)->tags([$tags])->send()
- privateNotification($id)->tags([$tags])->send()
- Initial alpha release