summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.php b/init.php
index 7e6cdd5..3dd171a 100644
--- a/init.php
+++ b/init.php
@@ -10,9 +10,11 @@ class Api_Resize_Media extends Plugin {
private $cache;
function about() {
- return array(1.0,
+ return array(null,
"Resizes media on the fly (for API clients or web UI)",
- "fox");
+ "fox",
+ false,
+ "https://git.tt-rss.org/fox/ttrss-api-resize");
}
function is_public_method($method) {