We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55e33e6 + 78642a8 commit 9093be6Copy full SHA for 9093be6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.4.0 (2019-03-11)
2
+
3
+[ADDED] `get_users_info` method.
4
5
## 3.3.1 (2019-01-18)
6
7
[FIXED] PHP Notice for Undefined `socket_id` in triggerBatch
src/Pusher.php
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
14
/**
15
* @var string Version
16
*/
17
- public static $VERSION = '3.3.1';
+ public static $VERSION = '3.4.0';
18
19
20
* @var null|PusherCrypto
0 commit comments