Skip to content

Commit d208cb2

Browse files
committed
v3.0.25 release
1 parent c076ff5 commit d208cb2

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changelog
22
=========
3+
## v3.0.25
4+
* Now GroupChannelList returns correct readstatus as well.
5+
* Member nickname/profile get updated when new messages arrived.
6+
* Return more consistent errors when connection() is not made before calling methods.
7+
* Now we don't count senders in readreceipt.
8+
39
## v3.0.24
410
* Now it supports IE8/9 with some Flash libraries
511
* Fixed a bug regarding disableStateChange/enableStateChange

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ SendBird-SDK-JavaScript
2727
# [Documentation](https://docs.sendbird.com/javascript)
2828

2929

30-
## Upgrading to v3.0.24
30+
## Upgrading to v3.0.25
3131
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).
3232
n/access control.
33-
* Now it supports IE8/9 with some Flash libraries
34-
* Fixed a bug regarding disableStateChange/enableStateChange
35-
33+
* Now GroupChannelList returns correct readstatus as well.
34+
* Member nickname/profile get updated when new messages arrived.
35+
* Return more consistent errors when connection() is not made before calling methods.
36+
* Now we don't count senders in readreceipt.
3637

3738

3839
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)

SendBird.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.24",
3+
"version": "3.0.25",
44
"authors": [
55
"SendBird <support@sendbird.com>"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.24",
3+
"version": "3.0.25",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)