. /** * Defines the version of workshop rubric grading strategy subplugin * * This code fragment is called by moodle_needs_upgrading() and * /admin/index.php * * @package workshopform * @subpackage rubric * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2010091700; $plugin->requires = 2010091600; // Requires this Moodle version $plugin->component = 'workshopform_rubric';