1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:25:56 +00:00

hide version for bundled plugins because it's meaningless; for everything else support showing version using git (if about[0] is null)

This commit is contained in:
Andrew Dolgov
2021-03-01 12:11:42 +03:00
parent 1e6973307c
commit 20a844085f
32 changed files with 86 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ class Shorten_Expanded extends Plugin {
private $host;
function about() {
return array(1.0,
return array(null,
"Shorten overly long articles in CDM/expanded",
"fox");
}