mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-22 11:54:14 +01:00
Add PHP 7.2 to Travis and update changelog
This commit is contained in:
parent
39d229d0ce
commit
44b820dd1b
@ -7,6 +7,7 @@ php:
|
|||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
|
- 7.2
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
- composer require --dev phpunit/phpunit "<6"
|
- composer require --dev phpunit/phpunit "<6"
|
||||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.6.0] - 2017-10-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -128,7 +138,8 @@
|
|||||||
|
|
||||||
- First release, everything before that was unversioned (`dev-master` was used).
|
- 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.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.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
|
[1.5.0]: https://github.com/rlanvin/php-rrule/compare/v1.4.2...v1.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user