mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-20 09:54:16 +01:00
Release 1.6
This commit is contained in:
parent
8049f629f4
commit
c543bda87d
@ -2,7 +2,12 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.6.0] - 2017-10-11
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- German translation [#38](https://github.com/rlanvin/php-rrule/pull/38)
|
- German translation [#38](https://github.com/rlanvin/php-rrule/pull/38)
|
||||||
|
- Add `include_until` option to `humanReadable` to omit the "until" part of the rule [#36](https://github.com/rlanvin/php-rrule/pull/36)
|
||||||
|
|
||||||
## [1.5.1] - 2017-05-15
|
## [1.5.1] - 2017-05-15
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -10,7 +15,6 @@
|
|||||||
- Throw exception when passing a float instead of an int (e.g. INTERVAL=1.5) instead of casting silently
|
- Throw exception when passing a float instead of an int (e.g. INTERVAL=1.5) instead of casting silently
|
||||||
- Variable name typo [#34](https://github.com/rlanvin/php-rrule/issues/34)
|
- Variable name typo [#34](https://github.com/rlanvin/php-rrule/issues/34)
|
||||||
|
|
||||||
|
|
||||||
## [1.5.0] - 2017-05-07
|
## [1.5.0] - 2017-05-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -124,7 +128,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.5.1...HEAD
|
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...HEAD
|
||||||
|
[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
|
||||||
[1.4.2]: https://github.com/rlanvin/php-rrule/compare/v1.4.1...v1.4.2
|
[1.4.2]: https://github.com/rlanvin/php-rrule/compare/v1.4.1...v1.4.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user