Skip to content

Commit 1bb56ed

Browse files
authored
Sprint 5 (#177)
* rename qbRecorder to qbMediaRecorder * Add version and build version (#174) Make the property QB.version public; Added the property QB.versionBuild, also as public; Added the gulp generate-build_version task and added in npm run build; Show in samples (chat, webrtc) v.{version}.{versionBuild}; * remove jQuery or Zepto dependency (#173) * add a jquery.ajax as plugin * upd build version * Added JSDOC (API Refference) * Fix firefox WebRTC bugs (#178) * Upd Recorder (changed to qbMediaRecorder module) (#179) * Fixed bug (remove QB.Recorder) * remove QB.Recorder * upd recorder * upd npm install rimraf -g * final build * upd version
1 parent c5843c7 commit 1bb56ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+14979
-88825
lines changed

.jshintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/plugins/jquery.ajax.js

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@ The QuickBlox JavaScript SDK provides a JavaScript library making it even easier
88

99
[QuickBlox](https://quickblox.com) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.
1010

11-
1211
# Install
1312

1413
## Dependencies for browser
1514

1615
For the library to work, you need to include either [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) in your html before `quickblox.min.js`, like so:
1716

18-
For correct work of JS SDK you must include the library in your html before `quickblox.min.js`, like so:
17+
For correct work of JS SDK you must include the library in your html before `quickblox.min.js`, like so:
1918

2019
```html
2120
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
22-
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.4.0/quickblox.min.js"></script>
21+
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.5.0/quickblox.min.js"></script>
2322
```
2423

24+
Begin with version 2.5.0 no dependencies for work correctly is not needed.
25+
2526
## Bower and RequireJS
2627

2728
If you use bower package manager for your project, you can install JS SDK through bower:

bower.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.4.0",
4+
"version": "2.5.0",
55
"homepage": "https://quickblox.com/developers/Javascript",
66
"main": "quickblox.js",
77
"license": "Apache 2.0",

0 commit comments

Comments
 (0)