Skip to content

Commit 9531f66

Browse files
Svyatoslav ShaforenkoSvyatoslav Shaforenko
Svyatoslav Shaforenko
authored and
Svyatoslav Shaforenko
committed
README file updated, version incremented to 2.12.4
1 parent a5a7866 commit 9531f66

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
1616
## Dependencies for browser
1717

1818
```html
19-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.2/quickblox.min.js"></script>
19+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.12.4/quickblox.min.js"></script>
2020
```
2121

2222
## Bower and RequireJS
@@ -62,6 +62,10 @@ var QB2 = new QuickBlox();
6262

6363
You can look at it here https://quickblox.com/developers/Javascript
6464

65+
# Known issues
66+
67+
- We are recommend you to use BOSH chat protocol instead of WebSockets for EI/Edge browsers.
68+
6569
# Questions and feedback
6670

6771
Please raise questions, requests for help etc. via https://stackoverflow.com/questions/tagged/quickblox

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "2.12.3",
4+
"version": "2.12.4",
55
"homepage": "https://quickblox.com/developers/Javascript",
66
"main": "src/qbMain.js",
77
"license": "(Apache-2.0)",

0 commit comments

Comments
 (0)