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/mark_button/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/mark_button/init.php') diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php index b6a311bc3..971b12932 100644 --- a/plugins/mark_button/init.php +++ b/plugins/mark_button/init.php @@ -34,5 +34,10 @@ class Mark_Button extends Plugin { return $marked_pic; } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3