aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-26 00:52:51 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-26 00:52:51 +0000
commit552768290a8062e7849629ff2a070195e5d65e28 (patch)
treed104aea14aa0ff64bd34412be05b601923ac5b1b
parent08f9f15355292905fadc48190befc258d6e85cfd (diff)
downloadphpicalendar-552768290a8062e7849629ff2a070195e5d65e28.tar.gz
phpicalendar-552768290a8062e7849629ff2a070195e5d65e28.tar.bz2
phpicalendar-552768290a8062e7849629ff2a070195e5d65e28.zip
Updated for 1.0 RC-2.
-rw-r--r--README5
-rw-r--r--includes/footer.inc.php2
2 files changed, 6 insertions, 1 deletions
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 @@
<?php
-echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0 RC-1</a>";
+echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0 RC-2</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
if ((isset($current_view)) && ($current_view == 'rssindex')) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy