From 087f576ad1f124101fe7f2e41078bf86236887a0 Mon Sep 17 00:00:00 2001 From: higinovieira Date: Mon, 1 Aug 2016 17:51:25 -0300 Subject: [PATCH] Add plugin component and dependecies declaration --- version.php | 2 ++ 1 file changed, 2 insertions(+) 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);