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

Commit ef58c01

Browse files
committed
1.6.0 readiness
2 parents efd8463 + 8748bf3 commit ef58c01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+86
-190
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-
## 1.6.0 - TBD
5+
## 1.6.0 - 2017-09-13
66

77
### Added
88

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

4141
- Nothing.
4242

43-
## 1.5.1 - TBD
44-
45-
### Added
46-
47-
- Nothing.
48-
49-
### Changed
50-
51-
- Nothing.
52-
53-
### Deprecated
54-
55-
- Nothing.
56-
57-
### Removed
58-
59-
- Nothing.
60-
61-
### Fixed
62-
63-
- Nothing.
64-
6543
## 1.5.0 - 2017-08-22
6644

6745
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"extra": {
2020
"branch-alias": {
21-
"dev-master": "1.5-dev",
22-
"dev-develop": "1.6-dev"
21+
"dev-master": "1.6-dev",
22+
"dev-develop": "1.7-dev"
2323
}
2424
},
2525
"require": {

composer.lock

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

src/HeaderSecurity.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/MessageTrait.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/PhpInputStream.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/RelativeStream.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/Request.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/RequestTrait.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

src/Response.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @see http://github.com/zendframework/zend-diactoros for the canonical source repository
6-
* @copyright Copyright (c) 2015-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @see https://github.com/zendframework/zend-diactoros for the canonical source repository
4+
* @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
86
*/
97

0 commit comments

Comments
 (0)