]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/note/init.php
plugins: bump API version
[tt-rss.git] / plugins / note / init.php
index f5816bc27e98da7c3af5a84a34118f7de8ea40b6..2a32961fca8cc1c17e6e1fcf268057b39451ea53 100644 (file)
@@ -68,5 +68,9 @@ class Note extends Plugin {
                                "raw_length" => mb_strlen($note)));
        }
 
+       function api_version() {
+               return 2;
+       }
+
 }
 ?>