Skip to content

Commit

Permalink
Update CHANGELOG.md: add info for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Apr 29, 2020
1 parent f626073 commit 7466b17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `calendar-links` will be documented in this file

## 1.3.0 - 2020-04-29
- Support custom generators (`$link->formatWith(new Your\Generator()`)
- Fix iCal links that contains special chars (use base64 for encoding)
- Fix Outlook links: use new base URI and datetime formats
- Fix Yahoo links: events had invalid end datetime (due to a bug on Yahoo side)

## 1.2.4 - 2019-07-17
- Fix Google links for all-day events (use next day as end-date for single-day events)
- Fix Outlook links for all-day events (omit `enddt` for single-day events)
Expand Down

0 comments on commit 7466b17

Please sign in to comment.