We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df84828 commit 999cb9cCopy full SHA for 999cb9c
CHANGELOG.md
@@ -1,11 +1,12 @@
1
# Change Log
2
3
4
-## 1.3.0 - Unreleased
+## 1.3.0 - 2016-10-16
5
6
### Changed
7
8
- Fix Emulated Trait to use Http based promise which respect the HttpAsyncClient interface
9
+- Require Httplug 1.1 where we use HTTP specific promises.
10
- RedirectPlugin: use the full URL instead of the URI to properly keep track of redirects
11
12
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "1.3-dev"
+ "dev-master": "1.4-dev"
41
}
42
43
0 commit comments