Skip to content

Commit

Permalink
v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Sep 25, 2024
1 parent 6e33cbc commit 4295352
Show file tree
Hide file tree
Showing 32 changed files with 24,378 additions and 9,011 deletions.
320 changes: 320 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# QuickBlox JavaScript SDK

[![travis-ci](https://api.travis-ci.org/QuickBlox/quickblox-javascript-sdk.svg?branch=gh-pages)](https://travis-ci.org/QuickBlox/quickblox-javascript-sdk)
[![Code Climate](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk/badges/gpa.svg)](https://codeclimate.com/github/QuickBlox/quickblox-javascript-sdk)
[![npm](https://img.shields.io/npm/v/quickblox.svg)](https://www.npmjs.com/package/quickblox)
[![npm](https://img.shields.io/npm/dm/quickblox.svg)](https://www.npmjs.com/package/quickblox)
Expand All @@ -16,7 +15,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
## Dependencies for browser

```html
<script src="https://unpkg.com/quickblox@2.18.0/quickblox.min.js"></script>
<script src="https://unpkg.com/quickblox@2.19.0/quickblox.min.js"></script>
```

## Bower and RequireJS
Expand Down Expand Up @@ -74,4 +73,6 @@ See more information at [contributing.md](https://github.com/QuickBlox/quickblox

# License

QuickBlox SDK License Agreement. Please see the LICENSE.txt file distributed with the SDK.
QuickBlox SDK License Agreement. Please see the LICENSE.md file distributed with the SDK.
All samples and examples provided within this SDK are distributed under the MIT License.
The text of the MIT License is included within each sample.
Loading

0 comments on commit 4295352

Please sign in to comment.