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/googlereaderkeys/init.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/googlereaderkeys') diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php index 27428a488..c8e7d7a38 100644 --- a/plugins/googlereaderkeys/init.php +++ b/plugins/googlereaderkeys/init.php @@ -28,7 +28,11 @@ class GoogleReaderKeys extends Plugin { $hotkeys["(40)|down"] = "article_scroll_down"; return $hotkeys; + } + function api_version() { + return 2; } + } ?> -- cgit v1.2.3-54-g00ecf