Skip to content

Commit

Permalink
SDK version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jin-ku committed Sep 28, 2016
1 parent b74298d commit 16ba872
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## v3.0.10
### update
* Fixed a bug that increases unread message count when a user gets its own messages
* Cleared out old ws object's event handlers after disconnect to prevent a user from getting messages from another user who logged in on the same device.

## v3.0.9
### update
* minor bugfix for IE, Safari, Opera.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ SendBird-SDK-JavaScript
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.9
## Upgrading to v3.0.10
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).

* minor bugfix for IE.
* Fixed a bug that increases unread message count when a user gets its own messages
* Cleared out old ws object's event handlers after disconnect to prevent a user from getting messages from another user who logged in on the same device.



## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
Expand Down
8 changes: 4 additions & 4 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.9",
"version": "3.0.10",
"authors": [
"SendBird <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.9",
"version": "3.0.10",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 16ba872

Please sign in to comment.