diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-29 13:29:39 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-29 13:29:39 +0300 |
commit | 17ae01ab717e7f93605ad05cefb603817b42b7ec (patch) | |
tree | a9a5291eba985039b3b7f7586475f662247f45af | |
parent | 28e1169be861cb4cd5198298430996f07a8d00f9 (diff) | |
download | local_webhooks-4.0.0-rc.1.tar.xz local_webhooks-4.0.0-rc.1.zip |
Change versionv4.0.0-rc.1
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index c8439ca..7c3a1c1 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined("MOODLE_INTERNAL") || die(); -$plugin->release = "3.0.0 (Build: 2017112600)"; -$plugin->version = 2017112600; +$plugin->release = "4.0.0-rc.1 (Build: 2017122900)"; +$plugin->version = 2017122900; $plugin->requires = 2016112900; $plugin->component = "local_webhooks"; -$plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array( "report_eventlist" => 2016120500 );
\ No newline at end of file +$plugin->maturity = MATURITY_RC; +$plugin->dependencies = array("report_eventlist" => 2016120500);
\ No newline at end of file |