. /** * Theme version info * * @package theme_bootstrap * @copyright 2014 Bas Brands, www.basbrands.nl * @authors Bas Brands, David Scotson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2014032100; $plugin->requires = 2013110500; $plugin->maturity = MATURITY_BETA; $plugin->release = 2014022000; $plugin->component = 'theme_bootstrap';