Skip to content

Releases: OzzyCzech/icalparser

Remove redundant types

07 Jan 15:29
da32a69
Compare
Choose a tag to compare

What's Changed

  • chore(docs): remove redundant type by @Rotzbua in #76

Full Changelog: v3.1.0...v3.1.1

Drop PHP 8.0 support

12 Dec 10:03
5830e95
Compare
Choose a tag to compare

Drop support for PHP 8

v3.0.6

09 Feb 07:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.5...v3.0.6

v3.0.5

27 Dec 10:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

EventList instead of array

27 Jan 11:59
Compare
Choose a tag to compare

There are some BC breaks getEvents() return EventList ArrayObject instead of plain array.

Two methods getSortedEvents() and getReverseSortedEvents() are now deprecated in favor of getEvents()->sorted() and getEvents()->reversed() see EventList code for more details.

All PHP tests have been rewritten and refactored into a new modern form.

  • 8566172 BC: getEvents() returns EventsList instead of array
  • 7173aa9 Update readme example
  • dc6461e Update example to new EventList ArrayObject
  • dddcfed Remove windows_timezones.php from ignored
  • d8de406 Move timezones to bin
  • 3cc038e BC: Add EventList (Array object) that will be caring all events instead of array
  • 00d4630 Freq: PHP is case insensitive
  • 8b8e53f Freq: use printf instead of echo in debug messages
  • cf088bd Freq: PHP ins case insensitive with function names
  • 365a22c Freq: add types to constructor
  • 9a32889 Freq reformat
  • 3440258 Upgrade contact information and copyright

Bump Minimal PHP Version to 7.4

14 Nov 09:24
Compare
Choose a tag to compare

Thank's for @Rotzbua for

Compatibility with PHP 8.0

21 Sep 09:28
e180dea
Compare
Choose a tag to compare
Merge pull request #53 from Rotzbua/fix_ci

Fix ci & prepare php 8.0

thanks @Rotzbua

Fix multiple CATEGORIES issue

11 Sep 11:34
Compare
Choose a tag to compare

There can be multiple categories comma separated or in multiple lines

CATEGORIES:Anruf
CATEGORIES:Besondere Gelegenheit
CATEGORIES:Feiertag
CATEGORIES:Online
CATEGORIES:Suppliers

or

CATEGORIES:Anruf, Besondere Gelegenheit, Feiertag, Online, Suppliers

BC break: from this version CATEGORIES are always array

Fix #51

Fix recurring events older than 3 yrs

13 May 07:54
667aa26
Compare
Choose a tag to compare

Fix for recurring events without end date.

Will also solve #28

thanks @lokonli for PR

v0.2.8

16 Mar 07:25
Compare
Choose a tag to compare

This release contains follow pull requests #45, #46, #47, #48 , #49

thanks @Rotzbua