From 106a3de91c7c8c6c275323152de414253f01127a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Apr 2013 17:31:56 +0400 Subject: plugins: bump API version --- plugins/af_buttersafe/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/af_buttersafe') diff --git a/plugins/af_buttersafe/init.php b/plugins/af_buttersafe/init.php index e1a01b3dd..05e684aa0 100644 --- a/plugins/af_buttersafe/init.php +++ b/plugins/af_buttersafe/init.php @@ -53,5 +53,10 @@ class Af_Buttersafe extends Plugin { return $article; } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3