Version 4.0.1

September 15, 2022

Changed

  • Fixed an issue with multi-byte encoded content that would cause PHP to run out of memory (#34)

Version 4.0.0

June 29, 2022

Added

  • Initial Craft CMS 4 release

Changed

  • Bump johngrogg/ics-parser to ^3.0.0 (#32)

Version 4.0.0-beta.1

March 27, 2022

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.2

October 10, 2021

Fixed

  • Fixed an issue where paragraphs coming from a rich text field would be broken into multiple lines, and then not read by iCal (#26)
  • Fixed incorrect date format in the example Twig code in the documentation

Version 1.1.1

September 8, 2021

Fixed

  • Decode any HTML entities in the rfc2545 filter (#1)
  • Add \r\n\t to long lines that are split (#1)

Version 1.1.0

April 25, 2018

Added

  • Added parseIcs function to allow the parsing of .ics files
  • Added plugin icon

Changed

  • Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x

Version 1.0.1

December 16, 2018

Added

  • Added icon
  • Fixed implode()

Version 1.0.0

November 15, 2018

Added

  • Initial release