Skip to content

Releases: rlanvin/php-rrule

v1.4.1

02 Feb 22:44
Compare
Choose a tag to compare

Fixed

  • RRule::offsetGet and RSet::offsetGet throw InvalidArgumentException for illegal offset types #22
  • Update exception message for UNTIL parse error #23
  • Fix parser handling of UNTIL when DTSTART is not provided #25
  • Accept invalid RFC strings generated by the JS lib but triggers a Notice message #25
  • Rework RRule::i18nLoad() to accept locales such as en_sg and use Locale::parseLocale when possible #24
  • Fix humanReadable fails with intl enable when the timezone is "Z" #24

v1.4.0

11 Nov 18:43
Compare
Choose a tag to compare

Added

  • Add RRule::getRule() method to return original rule array #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
  • Fix a undefined index bug in RFC parser

v1.3.1

09 Aug 12:15
Compare
Choose a tag to compare

Added

  • Italian translation (it) #14

Fixed

  • Fixed a bug when combining values with an integer modifier and regular values in BYDAY (example 1MO,FR)
  • Fixed RRule created with a timestamp start date generates an invalid RFC string #15

v1.3.0

08 Jul 09:05
Compare
Choose a tag to compare

Added

  • Spanish translation (es) #12
  • $include_timezone parameter to RRule::rfcString() to produce a RFC string without timezone information

Fixed

  • RRule::parseRfcString() is strictier and will not accept invalid DTSTART and UNTIL formats (use the array syntax in the constructor with DateTime objects if you need to create rules with complex combinations of timezones). #13

v1.2.0

09 Apr 16:06
Compare
Choose a tag to compare

Added

  • Support for fallback locale when using RRule::humanReadable() #11
  • Dutch translation (NL) #9

Fixed

  • Fixed fatal error Locale class not found when intl extension is not loaded #10

v1.1.0

30 Mar 09:21
Compare
Choose a tag to compare

Added

  • New class RRule\RSet (recurrence set) that can combine multiple RRULE, EXRULE, RDATE and EXDATE. #7
  • New interface RRule\RRuleInterface to unify RRule and RSet
  • New methods: isFinite(), isInfinite()

Fixed

  • Fix bug preventing the iteration of multiple instances of RRule at the same time
  • Fix occursAt failing when the date passed was a different timezone #8
  • Fix bug at WEEKLY frequency with a partially filled cache in some circumstances
  • Fix various reference bugs causing corruption of the cache in some circumstances (related to DateTime object being mutable)

Removed

  • The alias RRule::occursOn has been removed (use occursAt instead)

v1.0.1

11 Mar 09:58
Compare
Choose a tag to compare

Fixed

  • Ensure the results are returned in the same timezone as DTSTART. #6
  • LogicException namespacing bug. #3

v1.0.0

02 Mar 07:49
Compare
Choose a tag to compare

First release, so you don't have to use dev-master on Composer.

{
    "require": {
        "rlanvin/php-rrule": "1.*"
    }
}