Version 0.9.1 ()
------------------------------------------------------------------------
+ * Make calendar plugin also accept links to external events
+ (garvinhicking)
+
* Fix mod_rewrite rules to not differentiate on case-sensitivity for
authors, archives and category URLs (garvinhicking)
if (isset($externalevents[$currDay]['Title'])) {
$cellProps['Title'] = htmlspecialchars($externalevents[$currDay]['Title']);
}
+ if (isset($externalevents[$currDay]['Link'])) {
+ $cellProps['Link'] = $externalevents[$currDay]['Link'];
+ }
}
if (isset($activeDays[$currDay]) && $activeDays[$currDay] > 1) {