1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00

Add PHP 7.2 to Travis and update changelog

This commit is contained in:
rlanvin 2018-04-13 10:24:21 +01:00
parent 39d229d0ce
commit 44b820dd1b
2 changed files with 13 additions and 1 deletions

View File

@ -7,6 +7,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
install:
- composer install
- composer require --dev phpunit/phpunit "<6"

View File

@ -2,6 +2,16 @@
## [Unreleased]
n/a
## [1.6.1] - 2018-04-13
### Fixed
- Null check to prevent 0 (false) values being lost when exporting to RFC string [#50](https://github.com/rlanvin/php-rrule/pull/50)
- Fix warning in `humanReadable()` [#44](https://github.com/rlanvin/php-rrule/pull/44)
- Fix typo in NL translation [#46](https://github.com/rlanvin/php-rrule/pull/46)
## [1.6.0] - 2017-10-11
### Added
@ -128,7 +138,8 @@
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...HEAD
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.6.1...HEAD
[1.6.1]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...v1.6.1
[1.6.0]: https://github.com/rlanvin/php-rrule/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/rlanvin/php-rrule/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/rlanvin/php-rrule/compare/v1.4.2...v1.5.0