Releases: nystudio107/craft-icalendar
Releases · nystudio107/craft-icalendar
5.0.0
4.0.2
Added
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
1.1.5
Added
- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
Version 4.0.1
Changed
- Fixed an issue with multi-byte encoded content that would cause PHP to run out of memory (#34)
Version 1.1.4
Changed
- Fixed an issue with multi-byte encoded content that would cause PHP to run out of memory (#34)
Version 4.0.0
Version 1.1.3
Changed
- Bump
johngrogg/ics-parser
to^3.0.0
(#32)
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 1.1.2
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