Skip to content

Commit bef3f2b

Browse files
author
Max Presman
committed
Merge branch 'master' into develop
2 parents 47ed381 + 03343cc commit bef3f2b

27 files changed

Lines changed: 2161 additions & 62 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
02-01-16 * 3.7.23
2+
- Checking for existence of xhr before checking the state.
3+
14
01-29-16 * 3.7.22
25
- Adjusing callback function when disconnect is happening on modern browser.
36

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ PubNub for JavaScript Docs have been moved to: http://www.pubnub.com/docs/javasc
1313
## CDN Links
1414

1515
#### HTTP
16-
* http://cdn.pubnub.com/pubnub-3.7.22.min.js
17-
* http://cdn.pubnub.com/pubnub-3.7.22.js
16+
* http://cdn.pubnub.com/pubnub-3.7.23.min.js
17+
* http://cdn.pubnub.com/pubnub-3.7.23.js
1818

1919
#### HTTPS
20-
* https://cdn.pubnub.com/pubnub-3.7.22.min.js
21-
* https://cdn.pubnub.com/pubnub-3.7.22.js
20+
* https://cdn.pubnub.com/pubnub-3.7.23.min.js
21+
* https://cdn.pubnub.com/pubnub-3.7.23.js

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.22
1+
3.7.23

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubnub",
3-
"version": "3.7.22",
3+
"version": "3.7.23",
44
"main": "web/pubnub.min.js",
55
"license": "https://github.com/pubnub/javascript/blob/master/LICENSE",
66
"ignore" : [ "**/*", "!web/pubnub.js", "!web/pubnub.min.js"],

modern/pubnub.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version: 3.7.22
1+
// Version: 3.7.23
22
/* ---------------------------------------------------------------------------
33
--------------------------------------------------------------------------- */
44

@@ -43,7 +43,7 @@ var NOW = 1
4343
, PARAMSBIT = '&'
4444
, PRESENCE_HB_THRESHOLD = 5
4545
, PRESENCE_HB_DEFAULT = 30
46-
, SDK_VER = "'3.7.22'".replace(/'/g, '') /* TODO: replace version embedding with webpack. */
46+
, SDK_VER = "'3.7.23'".replace(/'/g, '') /* TODO: replace version embedding with webpack. */
4747
, REPL = /{([\w\-]+)}/g;
4848

4949
/**
@@ -2231,7 +2231,7 @@ function crypto_obj() {
22312231
* UTIL LOCALS
22322232
*/
22332233
var NOW = 1
2234-
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.22';
2234+
, PNSDK = 'PubNub-JS-' + 'Modern' + '/' + '3.7.23';
22352235

22362236

22372237

modern/pubnub.min.js

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

0 commit comments

Comments
 (0)