Skip to content

Commit

Permalink
Version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jun 15, 2015
1 parent 05b5071 commit 7fcee10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Release notes for GeoGebra Module for Moodle (http://moodle.org/plugins/pluginversions.php?plugin=mod_geogebra)

More information on each of the fixes can be found in the project
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 0.2.7 (2015/06/15)
---------------------------------------------------------------------------------------
- Adapted plugin to admit new HTML5 embed
- Requirements of Moodle 2.7 or greater
- Some navigation changes and added new events API classes
- Code cleaning

Changes in 0.2.6 (2014/11/07)
---------------------------------------------------------------------------------------
- Adapted module to Moodle 2.6
Expand Down Expand Up @@ -33,7 +40,7 @@ Changes in 1.1.0 (2012/08/22)

Changes in 1.0.1 (2012/08/16)
---------------------------------------------------------------------------------------
- Added new option to evaluate manually the attempts
- Added new option to evaluate manually the attempts
- Fixed some bugs


Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

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

$plugin->version = 2015050600; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2014051207; // Requires this Moodle version (2.6)
$plugin->version = 2015061500; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2014051200; // 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 = 'v0.2.6'; // Human-readable version name
$plugin->release = 'v0.2.7'; // Human-readable version name
$plugin->maturity = MATURITY_STABLE; // How stable the plugin is

0 comments on commit 7fcee10

Please sign in to comment.