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_vfeed/init.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/example_vfeed') diff --git a/plugins/example_vfeed/init.php b/plugins/example_vfeed/init.php index b137fd0f9..31076190f 100644 --- a/plugins/example_vfeed/init.php +++ b/plugins/example_vfeed/init.php @@ -43,5 +43,10 @@ class Example_VFeed extends Plugin { return $qfh_ret; } + + function api_version() { + return 2; + } + } ?> -- cgit v1.2.3