]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_vfeed/init.php
plugins: bump API version
[tt-rss.git] / plugins / example_vfeed / init.php
index b137fd0f94f5b50c036c7f9925243ac0fb8d16e6..31076190f6484473d33293223763dd0cc546156c 100644 (file)
@@ -43,5 +43,10 @@ class Example_VFeed extends Plugin {
 
                return $qfh_ret;
        }
+
+       function api_version() {
+               return 2;
+       }
+
 }
 ?>