experimental support for per-user plugins (bump schema)
This commit is contained in:
@@ -10,7 +10,8 @@ class Example_Feed extends Plugin {
|
||||
function _about() {
|
||||
return array(1.0,
|
||||
"Example feed plugin",
|
||||
"fox");
|
||||
"fox",
|
||||
true);
|
||||
}
|
||||
|
||||
function __construct($host) {
|
||||
|
||||
Reference in New Issue
Block a user