Skip to content

Releases: spatie/calendar-links

1.8.0

20 Aug 13:08
Compare
Choose a tag to compare

What's Changed

Changed

  • ICS: Add PRODID and DTSTAMP 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 and WebOutlook into a parent class by @lptn

Fixed

  • Simplify format of test snapshots: do not use base64 by @lptn
  • Fix typo in README by @fabpot in #155

New Contributors

Full Changelog: 1.7.2...1.8.0

1.7.2

09 Jun 08:31
bb96f1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

13 Feb 21:34
Compare
Choose a tag to compare

What's Changed

  • Outlook: Fixed location field characters (by @dravenk in #144)
  • Add missing dependency of php-cs-fixer and update it

Full Changelog: 1.7.0...1.7.1

1.7.0

13 Feb 21:01
Compare
Choose a tag to compare

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

Full Changelog: 1.6.0...1.7.0

1.6.0

22 Apr 15:17
aa984fb
Compare
Choose a tag to compare

Changed

  • Drop support for PHP 7.2 and PHP 7.3

1.5.0

22 Apr 15:07
fe4b566
Compare
Choose a tag to compare

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

13 Apr 14:47
bfe49e7
Compare
Choose a tag to compare

Fixed

  • Yahoo link doesn’t work (yahoo changed param names) (@mukeshsah08).
  • Exception message on invalid dates range (idea by @jason-nabooki).

1.4.3

05 Mar 09:08
f2ebf9b
Compare
Choose a tag to compare

Changed

  • Google: use UTC timezone to bypass problems with some timezone names unsupported by Google calendar (⚠️ backwards-incompatible if you extended Google Generator) (by @senky)

Fixed

  • Outlook: Spaces replaced by "+" on Outlook.com #109 (by @iosley)

1.4.2

01 Sep 10:02
c705b17
Compare
Choose a tag to compare

Changed

  • Simplify extending of ICS Generator (c705b17)

1.4.1

27 Aug 11:19
09f2303
Compare
Choose a tag to compare

Changed

  • Simplify extending of WebOutlook (e.g. for Office365)
  • Yahoo: use allday parameter only for a single-day events (67517bd)
  • Improve exception hierarchy: InvalidLink now extends \InvalidArgumentException

Added

  • Add more tests, reorganize existing