From 9fd062ae069cd96df8b8d1d0c7b85971383e94fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lanvin?= <1701590+rlanvin@users.noreply.github.com> Date: Sat, 8 Jun 2024 07:39:51 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ src/RRule.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5893ffc..8c4022d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] +### Fixed + +- Swedish: Corrects the spelling of monday and the grammar of enumeration partials. [#134](https://github.com/rlanvin/php-rrule/pull/134) +- Spanish: Improve clarity in daily and weekly recurrence translation [#147](https://github.com/rlanvin/php-rrule/pull/147) +- Dutch: weekdays and months are written in lowercase [#136](https://github.com/rlanvin/php-rrule/pull/136) +- Better handle TZ with Exchange / M365 generated iCal files [#143](https://github.com/rlanvin/php-rrule/pull/143) + +### Added + +- Human readable time of day option [#124](https://github.com/rlanvin/php-rrule/pull/124) +- Japanese translation [#139](https://github.com/rlanvin/php-rrule/pull/139) +- Czech translation [#137](https://github.com/rlanvin/php-rrule/pull/137) + ## [2.4.1] - 2023-06-07 ### Fixed diff --git a/src/RRule.php b/src/RRule.php index 597d577..c77c052 100755 --- a/src/RRule.php +++ b/src/RRule.php @@ -2068,7 +2068,7 @@ class RRule implements RRuleInterface * | `locale` | string | The locale to use (autodetect) * | `fallback` | string | Fallback locale if main locale is not found (default en) * | `date_formatter` | callable| Function used to format the date (takes date, returns formatted) - * | `explicit_inifite`| bool | Mention "forever" if the rule is infinite (true) + * | `explicit_infinite`| bool | Mention "forever" if the rule is infinite (true) * | `dtstart` | bool | Mention the start date (true) * | `include_start` | bool | * | `start_time_only` | bool | Mention the time of day only, without the date