Add more documentation references to plugin manager
This commit is contained in:
@@ -39,7 +39,7 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
|
||||
$propbag->add('stackable', false);
|
||||
$propbag->add('author', 'Garvin Hicking');
|
||||
$propbag->add('version', '2.20');
|
||||
$propbag->add('version', '2.21');
|
||||
$propbag->add('requirements', array(
|
||||
'serendipity' => '0.9',
|
||||
'smarty' => '2.6.7',
|
||||
@@ -744,6 +744,14 @@ class serendipity_event_spartacus extends serendipity_event
|
||||
$pluginstack[$i]['name'] = $childtree['value'];
|
||||
break;
|
||||
|
||||
case 'website':
|
||||
$pluginstack[$i]['website'] = $childtree['value'];
|
||||
break;
|
||||
|
||||
case 'changelog':
|
||||
$pluginstack[$i]['changelog'] = $childtree['value'];
|
||||
break;
|
||||
|
||||
case 'groups':
|
||||
$pluginstack[$i]['groups'] = explode(',', $childtree['value']);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user