I added code to admin/index.php to process these plugins.
It means that every message/output plugin (just like mod/xxx plugins etc) needs a
version.php
db folder
db/upgrade.php (will run on any upgrade when version.php changes)
db/install.xml (only if it has any tables)
db/access.php (only if the plugin needs any capabilities)
I added code to admin/index.php to process these plugins.
It means that every message/output plugin (just like mod/xxx plugins etc) needs a
version.php
db folder
db/upgrade.php (will run on any upgrade when version.php changes)
db/install.xml (only if it has any tables)
db/access.php (only if the plugin needs any capabilities)