summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-01 12:13:19 +0300
committerAndrew Dolgov <[email protected]>2021-03-01 12:13:19 +0300
commit689bf732c82e9791fb464430767b2a2e5c63f68c (patch)
treefa8971abf193d00f4c9cd8869dfd4179183bc360
parent77d1dc07824440c7894515d95f0790eec7555d9d (diff)
show version from git
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 7e6cdd5..b540d1b 100644
--- a/init.php
+++ b/init.php
@@ -10,7 +10,7 @@ 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");
}