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

Release 1.4

Ref #18
This commit is contained in:
rlanvin 2016-11-11 20:38:59 +02:00
parent 1c1fb6753e
commit 96d5ca4166
2 changed files with 5 additions and 0 deletions

View File

@ -2,14 +2,18 @@
## [Unreleased]
## [1.4] - 2016-11-11
### Added
- Add `RRule::getRule()` method to return original rule array [#17](https://github.com/rlanvin/php-rrule/pull/17)
- Add `RSet::getRRules()`, `RSet::getExRules()`, `RSet::getDates()` and `RSet::getExDates()`
- Tests for PHP 7.0
### Fixed
- Fix a bug in `rfcString` when using a frequency constant (instead of a string) to create the rule [#16](https://github.com/rlanvin/php-rrule/pull/16)
- Fix a undefined index bug in RFC parser
## [1.3.1] - 2016-08-09

View File

@ -5,6 +5,7 @@ This library is heavily based on [python-dateutil](https://labix.org/python-date
[![Build Status](https://travis-ci.org/rlanvin/php-rrule.svg?branch=master)](https://travis-ci.org/rlanvin/php-rrule)
[![Latest Stable Version](https://poser.pugx.org/rlanvin/php-rrule/v/stable)](https://packagist.org/packages/rlanvin/php-rrule)
[![Total Downloads](https://poser.pugx.org/rlanvin/php-rrule/downloads)](https://packagist.org/packages/rlanvin/php-rrule)
## Basic example