File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.6.0 (2016-04-07)
3+ ## 0.7.0 (2017-04-10)
4+
5+ * Feature / BC break: Replace deprecated SocketClient with new Socket component
6+ (#17 by @clue )
7+
8+ This implies that all connectors from this package now implement the
9+ ` React\Socket\ConnectorInterface ` instead of the legacy
10+ ` React\SocketClient\ConnectorInterface ` .
11+
12+ ## 0.6.0 (2017-04-07)
413
514* Feature / BC break: Update SocketClient to v0.7 or v0.6
615 (#16 by @clue )
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp
203203This will install the latest supported version:
204204
205205``` bash
206- $ composer require clue/connection-manager-extra:^0.6
206+ $ composer require clue/connection-manager-extra:^0.7
207207```
208208
209209See also the [ CHANGELOG] ( CHANGELOG.md ) for more details about version upgrades.
You can’t perform that action at this time.
0 commit comments