googlecalendar: Add runtime deprecation warning.

master
Joey Hess 2008-12-25 16:31:58 -05:00
parent e3b7d18929
commit 0d406010ff
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ use warnings;
use strict;
use IkiWiki 2.00;
print STDERR "warning: the googlecalendar plugin is deprecated and will be removed in ikiwiki 3.0 (use the embed plugin instead)\n";
sub import {
hook(type => "getsetup", id => "googlecalendar",
call => \&getsetup);

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ ikiwiki (2.72) UNRELEASED; urgency=low
* Avoid comments in recentchanges being broken links (smcv)
* Add deprecation warning for GlobLists, which will stop working in 3.0.
* camelcase: Add camelcase_ignore setting.
* googlecalendar: Add runtime deprecation warning.
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 19:02:16 -0500