Offer the possibility to define version compatibility from plugins
This commit is contained in:
@@ -23,6 +23,7 @@ class PluginController extends BaseController
|
||||
{
|
||||
$this->response->html($this->helper->layout->plugin('plugin/show', array(
|
||||
'plugins' => $this->pluginLoader->getPlugins(),
|
||||
'incompatible_plugins' => $this->pluginLoader->getIncompatiblePlugins(),
|
||||
'title' => t('Installed Plugins'),
|
||||
'is_configured' => Installer::isConfigured(),
|
||||
)));
|
||||
|
||||
Reference in New Issue
Block a user