Browse Source

Add plugin component and dependecies declaration

MOODLE_31_STABLE
higinovieira 9 years ago
parent
commit
087f576ad1
  1. 2
      version.php

2
version.php

@ -15,5 +15,7 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
$plugin->component = 'block_get_certificate';
$plugin->version = 2009072901; $plugin->version = 2009072901;
$plugin->dependencies = array('mod_certificate' => ANY_VERSION);

Loading…
Cancel
Save