diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a59f49..c799330 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 667beaa..ea59785 100755 --- a/README.md +++ b/README.md @@ -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