mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:35:57 +00:00
experimental support for per-user plugins (bump schema)
This commit is contained in:
@@ -13,7 +13,8 @@ class Instances extends Plugin implements IHandler {
|
||||
function _about() {
|
||||
return array(1.0,
|
||||
"Support for linking tt-rss instances together and sharing popular feeds.",
|
||||
"fox");
|
||||
"fox",
|
||||
true);
|
||||
}
|
||||
|
||||
function __construct($host) {
|
||||
|
||||
Reference in New Issue
Block a user