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/example/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/example') diff --git a/plugins/example/init.php b/plugins/example/init.php index 8f4e8abf4..67f502778 100644 --- a/plugins/example/init.php +++ b/plugins/example/init.php @@ -76,5 +76,10 @@ class Example extends Plugin { print ""; #pane } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3