Browse Source

Atualizada a versão do iAssign para 2.8

Igor 3 years ago
parent
commit
d93302ef9f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      version.php

+ 5 - 2
version.php

@@ -38,6 +38,7 @@
  *
  * @author Patricia Alves Rodrigues <<patricnet@ig.com.br>>
  * @author Leônidas O. Brandão  <<leo@ime.usp.br>>
+ * @author Igor Moreira Félix <<igormf@ime.usp.br>>
  *
  * <b>Contributors</b>
  *  - Marcelo de Arce Alemany <<marcelo.alemany@gmail.com>>
@@ -67,6 +68,7 @@
  * 
  * @author Patricia Alves Rodrigues
  * @author Leônidas O. Brandão
+ * @author Igor Moreira Félix
  * @version v 2.2.0 2017/02/18 (2017042800)
  * @package mod_iassign_version
  * @since 2010/09/27
@@ -79,6 +81,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
+// v 2.8 2020/06/17 (2.8.00 2020061700) several bug fixes and auto_eval
 // v 2.5 2019/02/10 (2.5.00 2019021000) complete revision of all ./mod/iassign/lang/*/iassign.php
 // v 2.4 2018/03/10 (2.4.00 2018031000) now iLM (HTML5 and JAR) in ./mod/iassign/ilm/
 // v 2.3 2017/12/02 (2.3.00 2017120100) with iFractions in automatic installation of HTML5 packages
@@ -86,8 +89,8 @@ defined('MOODLE_INTERNAL') || die();
 // v 1.1 2016/02/13 (2.1.88 2016021300)
 // v 1.0 2012/10/16
 $plugin->component = 'mod_iassign';  // Full name of the plugin (used for diagnostics)
-$plugin->release = '2.7.00 (Build: 2019112200)'; // Human-readable version name
-$plugin->version = 2019112221;                   // The current module version (Date: YYYYMMDDXX)
+$plugin->release = '2.8.00 (Build: 2020061700)'; // Human-readable version name
+$plugin->version = 2020061700;                   // The current module version (Date: YYYYMMDDXX)
 $plugin->requires = 2014021100;      // Requires this Moodle version since 3.0.0)
 $plugin->maturity = MATURITY_STABLE; // How stable the plugin is: MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE (Moodle 2.0 and above)
 $plugin->cron = 60;