File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2017-06-11)
4+
5+ * Feature: Support proxy authentication if proxy URL contains username/password
6+ (#14 by @clue )
7+
8+ ``` php
9+ // new: username/password will now be passed to HTTP proxy server
10+ $proxy = new ProxyConnector('user:
[email protected] :8080');
11+ ```
12+
313## 1.0.0 (2017-06-10)
414
515* First stable release, now following SemVer
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ The recommended way to install this library is [through Composer](http://getcomp
325325This will install the latest supported version:
326326
327327``` bash
328- $ composer require clue/http-proxy-react:^1.0
328+ $ composer require clue/http-proxy-react:^1.1
329329```
330330
331331See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments