From 07953be2715d5f6a48eb898dc552c7bbba9c1cb3 Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Mon, 19 Jun 2017 16:13:27 +0300 Subject: [PATCH] Stable version --- CHANGES.md | 6 ++++-- version.php | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c16e176..2bc395b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ -Changes in version 2017-06-10 (20170610) -- Fix phpdocs problems +Changes in version 2017-06-19 (20170619) +- Fix Moodle 3.4 compatibility problems +- Fix codeprechecks problems +- Stable version Changes in version 2017-06-09 (20170609) - Fix Moodle 3.4 compatibility problems diff --git a/version.php b/version.php index e2b6201..a0e1d80 100644 --- a/version.php +++ b/version.php @@ -35,11 +35,11 @@ if (!isset( $plugin)) { } $plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2017061801; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2017061901; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2010112400; // Requires Moodle 2.0. $plugin->cron = 0; // Period for cron to check this module (secs). -$plugin->release = '2017-06-18'; -$plugin->maturity = MATURITY_BETA; +$plugin->release = '2017-06-19'; +$plugin->maturity = MATURITY_STABLE; if ($useplugin != 2) { $module = $plugin;