]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_explosm/init.php
plugins: bump API version
[tt-rss.git] / plugins / af_explosm / init.php
index b5e34657ca1f16d17837bde9b22812e79817ad60..dd106653a00e26e1c1028673206c6ee9fdc5826b 100644 (file)
@@ -53,5 +53,9 @@ class Af_Explosm extends Plugin {
 
                return $article;
        }
+
+       function api_version() {
+               return 2;
+       }
 }
 ?>