Releases: spatie/calendar-links
Releases · spatie/calendar-links
1.8.0
What's Changed
Changed
- ICS: Add
PRODID
andDTSTAMP
required parameters to make ICS valid by @makbeta in #153 - ICS: Fix HTML description for Outlook 2016 by @karthikbodu in #136 (experimental, any feedback is welcome)
- Outlook: extract common logic for
WebOffice
andWebOutlook
into a parent class by @lptn
Fixed
New Contributors
- @makbeta made their first contribution in #153
- @karthikbodu made their first contribution in #136
- @fabpot made their first contribution in #155
Full Changelog: 1.7.2...1.8.0
1.7.2
1.7.1
1.7.0
What's Changed
- Google: Add ctz parameter to Google Links when timezone is specified in from and to by @bradyemerson in #133
- Add support for outlook.office.com by @dravenk in #146
New Contributors
- @bradyemerson made their first contribution in #133
- @dravenk made their first contribution in #146
Full Changelog: 1.6.0...1.7.0
1.6.0
1.5.0
Changed
- ICS: support URLs as option:
$link->ics(['URL' => https://your.domain/event.html])
(@gulios) - ICS: support all day events spanning multiple days (@mrshowerman)
- ICS: don't use base64 encoding for test snapshots (to improve readability and debugging experience)
1.4.4
Fixed
- Yahoo link doesn’t work (yahoo changed param names) (@mukeshsah08).
- Exception message on invalid dates range (idea by @jason-nabooki).