> * @author Leônidas O. Brandão <> * * @version v 2.1.16 2013/11/01 * @since 2010/09/27 * @copyright iMatica (iMath) - Computer Science Dep. of IME-USP (Brazil) * * License * - http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * *

Return to iAssign Documentation */ /** * Version File * * @author Patricia Alves Rodrigues * @author Leônidas O. Brandão * @author Luciano Oliveira Borges * @version v 1.2 2013/08/27 * @package iassign_block_version * @since 2012/10/10 * @copyright iMatica (iMath) - Computer Science Dep. of IME-USP (Brazil) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $plugin->component = 'block_iassign_block'; // Full name of the plugin (used for diagnostics) $plugin->release = '2.1.87 (Build: 2014070100)'; // Human-readable version name $plugin->version = 2014070100; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2012112900; // Requires this Moodle version $plugin->maturity = MATURITY_STABLE; // How stable the plugin is: MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE (Moodle 2.0 and above) $plugin->dependencies = array('mod_iassign' => 2014012100);