From 9e059371ff238aeb82132fbc52d92a7b1a0b7ba6 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 5 Jun 2018 02:14:45 +0400 Subject: Plug-in description file Signed-off-by: Valentin Popov --- version.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 version.php diff --git a/version.php b/version.php new file mode 100644 index 0000000..88813b0 --- /dev/null +++ b/version.php @@ -0,0 +1,31 @@ +. + +/** + * Information about the version of the plugin. + * + * @package tool_apisiteadmins + * @copyright 2018 "Valentin Popov" + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined("MOODLE_INTERNAL") || die(); + +$plugin->component = "tool_apisiteadmins"; +$plugin->maturity = MATURITY_ALPHA; +$plugin->release = "0.0.0-alpha.1 (Build: 2018060400)"; +$plugin->requires = 2016112900; +$plugin->version = 2018060400; -- cgit v1.2.3