]> sipb.mit.edu Git - ikiwiki.git/commitdiff
googlecalendar: Add runtime deprecation warning.
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Dec 2008 21:31:58 +0000 (16:31 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 25 Dec 2008 21:31:58 +0000 (16:31 -0500)
IkiWiki/Plugin/googlecalendar.pm
debian/changelog

index 9e09d7dbbf2906e32084edd4af0e16a379cde1ce..24c2e1527599f508d33190c0fc6a2ba0680f8ae1 100644 (file)
@@ -5,6 +5,8 @@ use warnings;
 use strict;
 use IkiWiki 2.00;
 
 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);
 sub import {
        hook(type => "getsetup", id => "googlecalendar",
                call => \&getsetup);
index 7a8985171eed01c18cd2e2f2dbbe873c395537be..19b8cbdf7adaf0df3fa69803b9ca1f7ce53cf60e 100644 (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.
   * 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
 
 
  -- Joey Hess <joeyh@debian.org>  Mon, 22 Dec 2008 19:02:16 -0500