[CHANGED] The methods that make HTTP requests now throw an ApiErrorException
instead of returning false
for non-2xx responses
[CHANGED] trigger
now accepts a $params
associative array instead of a $socket_id
as the third parameter
[ADDED] Support for requesting channel attributes as part of a trigger
and triggerBatch
request via an info
parameter
[REMOVED] debug
parameter from methods that make HTTP requests and from the constructor options
[REMOVED] Support for legacy push notifications (this has been superseded by https://github.com/pusher/push-notifications-php)