]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_routing/init.php
plugins: bump API version
[tt-rss.git] / plugins / example_routing / init.php
index 0ae446e336d9ed595ac7d90105fa60944e36ef8b..a7b19d78744759069e9b1ebe374530529a844f9b 100644 (file)
@@ -48,5 +48,9 @@ class Example_Routing extends Plugin implements IHandler {
                return true;
        }
 
+       function api_version() {
+               return 2;
+       }
+
 }
 ?>