. /** * Version details * * @package format * @subpackage grid * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); // Plugin version (update when tables change) $plugin->version = 2012082200; // Required Moodle version $plugin->requires = 2012120301.02; // 2.4.1+ (Build: 20130118) // Full name of the plugin (used for diagnostics) $plugin->component = 'format_grid'; // Software maturity level $plugin->maturity = MATURITY_BETA; // User-friendly version number $plugin->release = '2.4.0.6';