You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
189 B
7 lines
189 B
2 years ago
|
<?php
|
||
|
$plugin->version = 2013031900;
|
||
|
$plugin->component = 'local_foobar';
|
||
|
$plugin->requires = 2013031200;
|
||
|
$plugin->maturity = MATURITY_ALPHA;
|
||
|
// $plugin->release = 'And this is commented';
|