Skip to content

Commit

Permalink
Showing 11 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.2 (2014-06-09)

[CHANGED] Updated the HTTPS CDN URL to `https://js.pusher.com`

## 2.2.1 (2014-05-28)

[FIXED] Exception triggered by ping being sent when disconnected
2 changes: 1 addition & 1 deletion JFile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ target_dir './dist'

src_dir './src'

version '2.2.1'
version '2.2.2'

bundle 'pusher.js' do
license 'pusher-licence.js'
2 changes: 1 addition & 1 deletion config/config.yml.example
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
:js:
:cdn:
:http: http://js.pusher.com/
:https: https://d3dy5gmtp8yhk7.cloudfront.net/
:https: https://js.pusher.com/
:s3:
:cf_distribution_id: <YOUR AWS CLOUD FRONT DISTRIBUTION ID>
:bucket: com.pusher.js
2 changes: 1 addition & 1 deletion dist/flashfallback.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v2.2.1
* Pusher JavaScript Library v2.2.2
* http://pusherapp.com/
*
* Copyright 2011, Pusher
2 changes: 1 addition & 1 deletion dist/flashfallback.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v2.2.1
* Pusher JavaScript Library v2.2.2
* http://pusher.com/
*
* Copyright 2014, Pusher
@@ -626,7 +626,7 @@
}).call(this);

;(function() {
Pusher.VERSION = '2.2.1';
Pusher.VERSION = '2.2.2';
Pusher.PROTOCOL = 7;

// DEPRECATED: WS connection parameters
@@ -648,7 +648,7 @@
Pusher.unavailable_timeout = 10000;
// CDN configuration
Pusher.cdn_http = 'http://js.pusher.com/';
Pusher.cdn_https = 'https://d3dy5gmtp8yhk7.cloudfront.net/';
Pusher.cdn_https = 'https://js.pusher.com/';
Pusher.dependency_suffix = '';

Pusher.getDefaultStrategy = function(config) {
14 changes: 7 additions & 7 deletions dist/pusher.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/xdr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v2.2.1
* Pusher JavaScript Library v2.2.2
* http://pusher.com/
*
* Copyright 2014, Pusher
2 changes: 1 addition & 1 deletion dist/xdr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/xhr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v2.2.1
* Pusher JavaScript Library v2.2.2
* http://pusher.com/
*
* Copyright 2014, Pusher
2 changes: 1 addition & 1 deletion dist/xhr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 031985d

Please sign in to comment.