Skip to content

Instantly share code, notes, and snippets.

@sundeo1
Created November 6, 2021 06:15
Embed
What would you like to do?
A version file for a Moodle plug-in
<?php
defined('MOODLE_INTERNAL') || die();
$plugin->version = 20211101;
$plugin->requires = 2015111000;
$plugin->component = 'local_test';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment