Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 0fafa50

Browse files
committed
Merge branch 'release/2.11.0'
2 parents 6474d4d + 6982212 commit 0fafa50

File tree

5 files changed

+10
-30
lines changed

5 files changed

+10
-30
lines changed

CHANGELOG.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.11.0 - TBD
5+
## 2.11.0 - 2019-12-03
66

77
### Added
88

@@ -34,28 +34,6 @@ All notable changes to this project will be documented in this file, in reverse
3434

3535
- [#200](https://github.com/zendframework/zend-http/pull/200) fixes support for directives without value in Content Security Policy header.
3636

37-
## 2.10.2 - TBD
38-
39-
### Added
40-
41-
- Nothing.
42-
43-
### Changed
44-
45-
- Nothing.
46-
47-
### Deprecated
48-
49-
- Nothing.
50-
51-
### Removed
52-
53-
- Nothing.
54-
55-
### Fixed
56-
57-
- Nothing.
58-
5937
## 2.10.1 - 2019-12-02
6038

6139
### Added

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2018, Zend Technologies USA, Inc.
1+
Copyright (c) 2005-2019, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-master": "2.10.x-dev",
51-
"dev-develop": "2.11.x-dev"
50+
"dev-master": "2.11.x-dev",
51+
"dev-develop": "2.12.x-dev"
5252
}
5353
},
5454
"scripts": {

composer.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
symbolically link or copy the files in test/Client/_files to a
3737
directory under your web server(s) document root and set this
3838
constant to point to the URL of this directory. -->
39-
<env name="TESTS_ZEND_HTTP_CLIENT_BASEURI" value="http://127.0.0.1" />
40-
<env name="TESTS_ZEND_HTTP_CLIENT_ONLINE" value="true" />
39+
<env name="TESTS_ZEND_HTTP_CLIENT_BASEURI" value="false" />
40+
<env name="TESTS_ZEND_HTTP_CLIENT_ONLINE" value="false" />
4141

4242
<!-- Zend\Http\Client\Proxy tests
4343
4444
HTTP proxy to be used for testing the Proxy adapter. Set to a
4545
string of the form 'host:port'. Set to null to skip HTTP proxy
4646
tests. -->
47-
<env name="TESTS_ZEND_HTTP_CLIENT_HTTP_PROXY" value="127.0.0.1:8081" />
47+
<env name="TESTS_ZEND_HTTP_CLIENT_HTTP_PROXY" value="false" />
4848
<env name="TESTS_ZEND_HTTP_CLIENT_HTTP_PROXY_USER" value="" />
4949
<env name="TESTS_ZEND_HTTP_CLIENT_HTTP_PROXY_PASS" value="" />
5050

0 commit comments

Comments
 (0)