Skip to content

Commit e1820c1

Browse files
committed
added hall of fame section in the readme and prepared release
1 parent d2d282c commit e1820c1

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525

2626
### Changed
2727

28+
## [1.7.0](https://github.com/bazzline/php_component_csv/tree/1.6.0) - released at 2018-11-07
29+
30+
### Added
31+
32+
* add the php-nightly test in Travis CI build and let this allow failure.
33+
34+
### Changed
35+
2836
* fixed broken composer.json
37+
* let the package require PHP >=5.6 version.
38+
* remove the additional space.
39+
* we don't guarantee that the php-nightly test will always be successful.
40+
* set the different PHPUnit version to support multiple PHP versions.
41+
* using the class-based PHPUnit namespace to be compatible with the latest stable PHPUnit version.
2942

3043
## [1.6.0](https://github.com/bazzline/php_component_csv/tree/1.6.0) - released at 2017-05-28
3144

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ $writer->move('my/new_name.csv'); //writer will write in "new_name.csv"
194194
* [jwage/easy-csv](https://github.com/jwage/easy-csv)
195195
* [swt83/php-csv](https://github.com/swt83/php-csv)
196196

197+
# Hall of Fame - The list of contributors
198+
199+
* [peter279k](https://github.com/peter279k) - [homepage](https://peterli.website)
200+
* [stevleibelt](https://github.com/stevleibelt) - [homepage](https://stev.leibelt.de)
201+
197202
# Final Words
198203

199204
Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. [Donate something](https://gratipay.com/~stevleibelt) if you love it :-].

0 commit comments

Comments
 (0)