File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
## 1.0.0 (2017-06-10)
4
14
5
15
* 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
325
325
This will install the latest supported version:
326
326
327
327
``` bash
328
- $ composer require clue/http-proxy-react:^1.0
328
+ $ composer require clue/http-proxy-react:^1.1
329
329
```
330
330
331
331
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments