Skip to content

Releases: nystudio107/craft-icalendar

5.0.0

09 Oct 13:04
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 5 release

4.0.2

09 Oct 13:03
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

1.1.5

09 Oct 13:02
Compare
Choose a tag to compare

Added

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

Version 4.0.1

15 Aug 23:07
Compare
Choose a tag to compare

Changed

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

Version 1.1.4

15 Aug 23:06
Compare
Choose a tag to compare

Changed

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

Version 4.0.0

29 Jun 17:29
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Changed

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

Version 1.1.3

29 Jun 17:28
Compare
Choose a tag to compare

Changed

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

Version 4.0.0-beta.1

27 Mar 19:26
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.2

10 Oct 18:29
Compare
Choose a tag to compare

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

08 Sep 18:32
Compare
Choose a tag to compare

Fixed

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