Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1:/tmp/cvs-serv1039
Modified Files:
README config.inc.php
Log Message:
Changed all instances of 0.9.4 to 0.9.5.
Index: README
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/README,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** README 21 Sep 2003 18:33:02 -0000 1.50
--- README 13 Nov 2003 17:33:22 -0000 1.51
***************
*** 79,83 ****
Older Browser Support:
----------------------
! Starting with 0.9.4, PHP iCalendar is moving away from supporting 4.x browsers.
If you still need support for these browers, 0.9.3 is still available for
download. To get the latest ical support, simply download the latest version
--- 79,83 ----
Older Browser Support:
----------------------
! Starting with 0.9.5, PHP iCalendar is moving away from supporting 4.x browsers.
If you still need support for these browers, 0.9.3 is still available for
download. To get the latest ical support, simply download the latest version
***************
*** 87,90 ****
--- 87,94 ----
Changes:
--------
+ 0.9.5
+ -Fixed many bugs.
+ -Added a method to publish without Webdav in iCal. calendars/publish.php
+
0.9.4
-Vastly improved BYDAY, BYMONTHDAY, BYYEARDAY support.
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** config.inc.php 23 Sep 2003 00:15:44 -0000 1.113
--- config.inc.php 13 Nov 2003 17:33:22 -0000 1.114
***************
*** 1,5 ****
<?php
! // Configuration file for PHP iCalendar 0.9.4
//
// To set values, change the text between the single quotes
--- 1,5 ----
<?php
! // Configuration file for PHP iCalendar 0.9.5
//
// To set values, change the text between the single quotes
|