mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 10:01:28 +00:00
plugins: bump API version
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user