Skip to content

Commit

Permalink
Bumped version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Nov 11, 2024
1 parent f811652 commit 8abe9da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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.7.1 (2024/11/11)
---------------------------------------------------------------------------------------
- No longer use the value zero for the width and height of the GeoGebra applet.

Changes in 3.7.0 (2024/10/29)
---------------------------------------------------------------------------------------
- General update to the code
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

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

$plugin->version = 2024102900; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2024111100; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2022041900; // Requires this Moodle version (4.0)
$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.7.0'; // Human-readable version name
$plugin->release = 'v3.7.1'; // Human-readable version name
$plugin->maturity = MATURITY_STABLE; // How stable the plugin is

0 comments on commit 8abe9da

Please sign in to comment.