From 552768290a8062e7849629ff2a070195e5d65e28 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 26 Nov 2003 00:52:51 +0000 Subject: Updated for 1.0 RC-2. --- README | 5 +++++ includes/footer.inc.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 47edf29..6e6ffcd 100644 --- a/README +++ b/README @@ -86,6 +86,11 @@ functions folder. Changes: -------- +1.0 RC-2 + -Fixed all reported bugs. + -Added failed login dialog for config authentication. + -RSS and Admin pages do not fail parsing. + 1.0 RC-1 -Fixed all reported bugs. -Event and Todo popup now displays calendar name. diff --git a/includes/footer.inc.php b/includes/footer.inc.php index a43efb0..3a8bc38 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,6 +1,6 @@
$powered_by_lang PHP iCalendar 1.0 RC-1"; +echo "

$powered_by_lang PHP iCalendar 1.0 RC-2"; if ($enable_rss == 'yes') { echo "
\n"; if ((isset($current_view)) && ($current_view == 'rssindex')) { -- cgit v1.2.3