Skip to content

Instantly share code, notes, and snippets.

@sundeo1
Created November 6, 2021 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sundeo1/a4c12bf9b402cb9e56fd54f6fe771e44 to your computer and use it in GitHub Desktop.
Save sundeo1/a4c12bf9b402cb9e56fd54f6fe771e44 to your computer and use it in GitHub Desktop.
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