Skip to content

Commit

Permalink
Updated changelog. Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Nov 3, 2022
1 parent fcedbf7 commit bc8484e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.txt
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -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

0 comments on commit bc8484e

Please sign in to comment.