Skip to content

Commit

Permalink
Updated changelog. Bumped version 3.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Mar 21, 2023
1 parent 42ab4cb commit 13b10ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Expand Up @@ -3,6 +3,13 @@ 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.10 (2023/03/21)
---------------------------------------------------------------------------------------
- Fixed implicit cast from string to float in grades
- Added Moodle 4 logo and purpose
- Replaced the deprecated print_error function by moodle exception
- Enabled GeoGebra plugin to work totally offline

Changes in 3.6.9 (2022/11/03)
---------------------------------------------------------------------------------------
- Minor code format changes
Expand Down
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -29,9 +29,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2022110300; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2023032100; // 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.9'; // Human-readable version name
$plugin->release = 'v3.6.10'; // Human-readable version name
$plugin->maturity = MATURITY_STABLE; // How stable the plugin is

0 comments on commit 13b10ed

Please sign in to comment.