diff --git a/version.php b/version.php index 02f4864..cadf37f 100644 --- a/version.php +++ b/version.php @@ -15,5 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . +$plugin->component = 'block_get_certificate'; $plugin->version = 2009072901; +$plugin->dependencies = array('mod_certificate' => ANY_VERSION);