Skip to content

Commit 9b3fa26

Browse files
authored
Prepare for release of 7.1.0-beta (#333)
* Prepare for release of 7.1.0-beta * Update CHANGELOG.md
1 parent 5c5ae43 commit 9b3fa26

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 7.1.0-beta
4+
5+
* [ADDED] `authenticateUser`, `authorizeChannel` and `authorizePresenceChannel`
6+
* [ADDED] `sendToUser` and `sendToUserAsync`
7+
* [ADDED] `terminateUserConnections` and `terminateUserConnectionsAsync`
8+
* [FIXED] `get_object_vars()` error on `/src/Pusher.php`
9+
* [DEPRECATED] `socketAuth` and `presenceAuth` in favour of `authorizeChannel` and `authorizePresenceChannel`
10+
* [DEPRECATED] Internal functions `make_request` and `make_batch_request` that were exposed as public
11+
312
## 7.0.2
413

514
* [CHANGED] Add psr/log v2.0 and v3.0 compatibility

Diff for: src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Pusher implements LoggerAwareInterface, PusherInterface
1919
/**
2020
* @var string Version
2121
*/
22-
public static $VERSION = '7.0.2';
22+
public static $VERSION = '7.1.0-beta';
2323

2424
/**
2525
* @var null|PusherCrypto

0 commit comments

Comments
 (0)