]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/close_button/init.php
plugins: bump API version
[tt-rss.git] / plugins / close_button / init.php
index 78f2edd2a750a1b48b6786971321cfae75c9b879..7911642c313247d3a91122fa8a1dbe780595d8de 100644 (file)
@@ -24,5 +24,10 @@ class Close_Button extends Plugin {
 
                return $rv;
        }
+
+       function api_version() {
+               return 2;
+       }
+
 }
 ?>