File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+
4
+ ## 1.0.0 - 2016-01-28
5
+
3
6
### Added
4
7
5
8
- New Header plugins (see the documentation)
13
16
14
17
- Decoder plugin no longer sends accept header for encodings that require gzip if gzip is not available
15
18
19
+
16
20
## 0.1.0 - 2016-01-13
17
21
18
22
### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $ composer require php-http/plugins
21
21
22
22
## Documentation
23
23
24
- Please see the [ official documentation] ( http://docs.php-http.org ) .
24
+ Please see the [ official documentation] ( http://docs.php-http.org/en/latest/plugins/index.html ) .
25
25
26
26
27
27
## Testing
@@ -38,8 +38,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme
38
38
39
39
## Security
40
40
41
- If you discover any security related issues, please contact us at [ security@httplug.io ] ( mailto:security@httplug.io )
42
- or [ security@php-http.org ] ( mailto:security@php-http.org ) .
41
+ If you discover any security related issues, please contact us at [ security@php-http.org ] ( mailto:security@php-http.org ) .
43
42
44
43
45
44
## License
Original file line number Diff line number Diff line change 46
46
},
47
47
"extra" : {
48
48
"branch-alias" : {
49
- "dev-master" : " 0.2 -dev"
49
+ "dev-master" : " 1.0 -dev"
50
50
}
51
- },
52
- "prefer-stable" : true ,
53
- "minimum-stability" : " dev"
51
+ }
54
52
}
You can’t perform that action at this time.
0 commit comments