From 768197bd340a6fcc0a14e56e0cf9c292dee533f4 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Sat, 30 Oct 2010 23:22:16 +0200 Subject: [PATCH] README v0.7.0 --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..b0dc7c3 --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +About this fork (forked at v0.5.0 from http://github.com/fangel/SG-iCalendar) + +Changelog : + +0.7.0-tpr (30 oct 2010) + + ical EXDATE support (excluded dates in a range) + + $event->isWholeDay() + + getAllOccurrences() for repeated events + + implemented a cache for repeated events + +0.6.0-tpr (29 oct 2010) + + Added demo based on fullcalendar + + Added duration unit tests + + Support of Recurrent events in query Between() + * various fixes on actual (5) issues + +Fixed