Skip to content

Commit 9093be6

Browse files
authored
Merge pull request #210 from pusher/v340-release
v3.4.0 release
2 parents 55e33e6 + 78642a8 commit 9093be6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.0 (2019-03-11)
2+
3+
[ADDED] `get_users_info` method.
4+
15
## 3.3.1 (2019-01-18)
26

37
[FIXED] PHP Notice for Undefined `socket_id` in triggerBatch

src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
1414
/**
1515
* @var string Version
1616
*/
17-
public static $VERSION = '3.3.1';
17+
public static $VERSION = '3.4.0';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)