v3.4.1
- #338: let
filterDaysBefore
andfilterDaysAfter
options acceptDateTime
values in addition to integer - #339: fix authentication failure
- Test on PHP 8.3 / 8.4
Previous Release Changelogs
v3.4.0
- #328: docblocks
- #329 (#330): change
Event
class additional properties to bepublic
- #333 (#334): prevent non-breaking spaces from being removed from the
DESCRIPTION
- #335: update broken URL due to GitHub username change
- Create a new method to return the default time zone and support setting it when
null
- Support applying the
max
level in PHPStan
v3.3.1
v3.3.0
- #317: when unfolding account for non-breaking spaces
- #326: handle MONTHLY rrules with BYDAY set as the [-]5th instance of a weekday
- Test against PHP 8.2
v3.2.1
v3.2.0
- #307: allow for trailing
;
in RRULE - #311: support configuring the user agent
- Allow PHPUnit 9 to be installed but still provide backwards compatibility with v5
v3.1.1
- #296: allow setting the HTTP protocol version
- #297: correct variable name (
$last_modified
) - #299: prevent deprecation notice in PHP 8.1+ (
auto_detect_line_endings
) - #300: refer to correct version in README
- #301: support the MONTHLY rrule stanza by itself
v3.1.0
v3.0.0
- Bumped minimum PHP requirement