Skip to content

Commit

Permalink
update to rc2 from rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanu committed Jul 19, 2016
1 parent 29b45f6 commit 5498b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0-rc2 (2016-07-19)

[FIXED] DDN and Native Push endpoints were not assembled correctly.

## 2.5.0-rc1 (2016-07-18)

[NEW] Native push notifications
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ $result = $response[ 'result' ];

## Push Notifications (BETA)

Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box with the same Pusher instance. All you need are the same pusher credentials. To grab the release candidate specify the version as "2.5.0-rc1" in your `composer.json` file.
Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box with the same Pusher instance. All you need are the same pusher credentials. To grab the release candidate specify the version as "2.5.0-rc2" in your `composer.json` file.

The native notifications API is hosted at `nativepush-cluster1.pusher.com` and only listens on HTTPS.
If you wish to provide a different host you can do:
Expand Down
2 changes: 1 addition & 1 deletion lib/Pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static function get_pusher()

class Pusher
{
public static $VERSION = '2.5.0-rc1';
public static $VERSION = '2.5.0-rc2';
private static $RESTRICTED_GCM_PAYLOAD_KEYS = array('to', 'registration_ids');
private static $GCM_TTL = 241920;
private static $WEBHOOK_LEVELS = array('INFO', 'DEBUG');
Expand Down

0 comments on commit 5498b6f

Please sign in to comment.