Skip to content

Commit

Permalink
v3.0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jin-ku committed Mar 6, 2017
1 parent c076ff5 commit d208cb2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
## v3.0.25
* Now GroupChannelList returns correct readstatus as well.
* Member nickname/profile get updated when new messages arrived.
* Return more consistent errors when connection() is not made before calling methods.
* Now we don't count senders in readreceipt.

## v3.0.24
* Now it supports IE8/9 with some Flash libraries
* Fixed a bug regarding disableStateChange/enableStateChange
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ SendBird-SDK-JavaScript
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.24
## Upgrading to v3.0.25
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).
n/access control.
* Now it supports IE8/9 with some Flash libraries
* Fixed a bug regarding disableStateChange/enableStateChange

* Now GroupChannelList returns correct readstatus as well.
* Member nickname/profile get updated when new messages arrived.
* Return more consistent errors when connection() is not made before calling methods.
* Now we don't count senders in readreceipt.


## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
Expand Down
10 changes: 5 additions & 5 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.24",
"version": "3.0.25",
"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.24",
"version": "3.0.25",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit d208cb2

Please sign in to comment.