Skip to content

Commit

Permalink
Merge pull request #25 from novuhq/add-more-features
Browse files Browse the repository at this point in the history
docs(changelog): Update changelog
  • Loading branch information
unicodeveloper authored May 10, 2023
2 parents 4a583ca + 7444153 commit 98a5534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

1.0.6 / 2023-05-10
===================

* Add support for updating a subscriber's online status
* Fix bug with CancelEvent method.

1.0.5 / 2023-04-06
===================

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ $response => $novu->updateSubscriberCredentials($subscriberId, [

// Update subscriber online status
$isOnlineStatus = true; // or false

$response => $novu->updateSubscriberOnlineStatus($subscriberId, $isOnlineStatus)->toArray();

// Get subscriber preferences
Expand Down

0 comments on commit 98a5534

Please sign in to comment.