7 lines
189 B
PHP
7 lines
189 B
PHP
<?php
|
|
$plugin->version = 2013031900;
|
|
$plugin->component = 'local_foobar';
|
|
$plugin->requires = 2013031200;
|
|
$plugin->maturity = MATURITY_ALPHA;
|
|
// $plugin->release = 'And this is commented';
|