Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log


## 1.0.0 - 2016-01-28

### Added

- New Header plugins (see the documentation)
Expand All @@ -13,6 +16,7 @@

- Decoder plugin no longer sends accept header for encodings that require gzip if gzip is not available


## 0.1.0 - 2016-01-13

### Added
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ composer require php-http/plugins

## Documentation

Please see the [official documentation](http://docs.php-http.org).
Please see the [official documentation](http://docs.php-http.org/en/latest/plugins/index.html).


## Testing
Expand All @@ -38,8 +38,7 @@ Please see our [contributing guide](http://docs.php-http.org/en/latest/developme

## Security

If you discover any security related issues, please contact us at [security@httplug.io](mailto:security@httplug.io)
or [security@php-http.org](mailto:security@php-http.org).
If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org).


## License
Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "1.0-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}