> * @author Leônidas O. Brandão <> * * Contributors * - Marcelo de Arce Alemany <> * + Translation into Spanish. * - Danilo Leite Dalmon <> * + Translation into French. * - Luciano Oliveira Borges <> * + Refactoring code documentation. * + Filter files in view of select iLM files (Block and Module). * + Changes for implement iLM version. * + Change file for Moodle filesystem (MoodleData). * * @version v 2.1.16 2013/10/25 * @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 */ /** * TinyMCE iAssign plugin version details. * * @author Luciano Oliveira Borges * @package tinymce_iassign * @copyright 2013 iMatica (iMath) - Computer Science Dep. of IME-USP (Brazil) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); // The current plugin version (Date: YYYYMMDDXX). $plugin->component = 'tinymce_iassign'; $plugin->release = '2.1.87 (Build: 2014070100)'; // Human-readable version name $plugin->version = 2014070100; // Required Moodle version. $plugin->requires = 2012112900; // Full name of the plugin (used for diagnostics). $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);