From 9c5c778c525a69ed0ad0f0679c00860d8737ce15 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 19 Oct 2017 07:04:14 +0400 Subject: Initial commit --- version.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 version.php (limited to 'version.php') diff --git a/version.php b/version.php new file mode 100644 index 0000000..42aca25 --- /dev/null +++ b/version.php @@ -0,0 +1,30 @@ +. + +/** + * Information about the version of the plugin. + * + * @package local_webhooks + * @copyright 2017 "Valentin Popov" + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); +$plugin->release = '0.0.0 (Build: 2017101900)'; +$plugin->version = 2017101900; +$plugin->requires = 2016112900; +$plugin->component = 'local_webhooks'; +$plugin->maturity = MATURITY_ALPHA; \ No newline at end of file -- cgit v1.2.3