diff --git a/CHANGES.txt b/CHANGES.txt index efce4e6..a5679d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,9 +3,17 @@ Release notes for GeoGebra Module for Moodle (http://moodle.org/plugins/pluginve More information on each of the fixes can be found in the project development home at https://github.com/projectestac/moodle-mod_geogebra -Changes in 3.6.7 (2022/06/09) +Changes in 3.6.9 (2022/11/03) +--------------------------------------------------------------------------------------- +- Minor code format changes +- Allow grades to be float instead of integer + +Changes in 3.6.8 (2022/06/09) --------------------------------------------------------------------------------------- - Add a random value when building the name of a temp directory, to avoid possible concurrency issues + +Changes in 3.6.7 (2022/06/07) +--------------------------------------------------------------------------------------- - Added indexes to improve performance when there are a lot of attempts - Updated validation of external URL - Set https in tube.geogebra.org. Fixed deprecated function diff --git a/version.php b/version.php index 6c8a1b0..a42a9fd 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022060900; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2022110300; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2015111600; // Requires this Moodle version (2.7) $plugin->cron = 0; // Period for cron to check this module (secs) $plugin->component = 'mod_geogebra'; // To check on upgrade, that module sits in correct place -$plugin->release = 'v3.6.8'; // Human-readable version name +$plugin->release = 'v3.6.9'; // Human-readable version name $plugin->maturity = MATURITY_STABLE; // How stable the plugin is