From 106a3de91c7c8c6c275323152de414253f01127a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Apr 2013 17:31:56 +0400 Subject: plugins: bump API version --- plugins/example_feed/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/example_feed/init.php') diff --git a/plugins/example_feed/init.php b/plugins/example_feed/init.php index 19d089667..1d653a9f6 100644 --- a/plugins/example_feed/init.php +++ b/plugins/example_feed/init.php @@ -23,5 +23,10 @@ class Example_Feed extends Plugin { _debug("I'm a little feed short and stout, here's my title: " . $feed->get_title()); _debug("... here's my link element: " . $feed->get_link()); } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3