Skip to content

Releases: phpfui/icalendar

PHP 8.5

Choose a tag to compare

@phpfui phpfui released this 07 Nov 14:42
  • Updated development dependencies

ZCiCal::addDataNode support

Choose a tag to compare

@phpfui phpfui released this 26 Dec 19:12

You can now add datanodes to the main ZCiCal object with the addDataNode method.

PHP 8.4 Support

Choose a tag to compare

@phpfui phpfui released this 23 Oct 19:19
V1.0.11

Drop 8.0 testing

PHP 8.3

Choose a tag to compare

@phpfui phpfui released this 23 Nov 15:09
V1.0.10

PHP 8.3

Support for line folding

Choose a tag to compare

@phpfui phpfui released this 01 Jun 15:34
  • Line folding support (thanks to @tanabi)
  • Removed unless comments for better PHPStan support

Support for Apple Calendar

Choose a tag to compare

@phpfui phpfui released this 05 Apr 15:51

Wrap lines and CR/LF control codes

Choose a tag to compare

@phpfui phpfui released this 14 Feb 02:27
  • Lines longer than 72 characters are now wrapped
  • CR/LF used for line endings
  • More unit tests

PHP 8.2 Support

Choose a tag to compare

@phpfui phpfui released this 09 Dec 20:22
  • PHP 8.2 Support
  • PHPStan Level 6
  • Added More Unit Tests
  • Fixed issue with multiple lines of the same type
  • Updated actions