Skip to content

Commit 9fd062a

Browse files
committed
Update changelog
1 parent 44d5b4c commit 9fd062a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Swedish: Corrects the spelling of monday and the grammar of enumeration partials. [#134](https://github.com/rlanvin/php-rrule/pull/134)
8+
- Spanish: Improve clarity in daily and weekly recurrence translation [#147](https://github.com/rlanvin/php-rrule/pull/147)
9+
- Dutch: weekdays and months are written in lowercase [#136](https://github.com/rlanvin/php-rrule/pull/136)
10+
- Better handle TZ with Exchange / M365 generated iCal files [#143](https://github.com/rlanvin/php-rrule/pull/143)
11+
12+
### Added
13+
14+
- Human readable time of day option [#124](https://github.com/rlanvin/php-rrule/pull/124)
15+
- Japanese translation [#139](https://github.com/rlanvin/php-rrule/pull/139)
16+
- Czech translation [#137](https://github.com/rlanvin/php-rrule/pull/137)
17+
518
## [2.4.1] - 2023-06-07
619

720
### Fixed

src/RRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ static protected function i18nLoad($locale, $fallback = null, $use_intl = null,
20682068
* | `locale` | string | The locale to use (autodetect)
20692069
* | `fallback` | string | Fallback locale if main locale is not found (default en)
20702070
* | `date_formatter` | callable| Function used to format the date (takes date, returns formatted)
2071-
* | `explicit_inifite`| bool | Mention "forever" if the rule is infinite (true)
2071+
* | `explicit_infinite`| bool | Mention "forever" if the rule is infinite (true)
20722072
* | `dtstart` | bool | Mention the start date (true)
20732073
* | `include_start` | bool |
20742074
* | `start_time_only` | bool | Mention the time of day only, without the date

0 commit comments

Comments
 (0)