mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-11-28 05:24:10 +01:00
Update changelog
This commit is contained in:
parent
44d5b4c3f0
commit
9fd062ae06
13
CHANGELOG.md
13
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user