. /** * This is the squared theme. * * The squared theme makes uses a custom version of squared blocks * * @package theme_squared * @copyright 2016 onwards Onlinecampus Virtuelle PH * www.virtuelle-ph.at, David Bogner www.edulabs.org * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined ( 'MOODLE_INTERNAL' ) || die (); $plugin->version = 2020061701; $plugin->requires = 2020061500.00; // 3.9 (Build: 20200615). $plugin->release = "Maria-Theresien-Platz 3.9.1.0"; // Release name: Famous squares around the world followed by Moodle version followed by stability number (> 1 = stable) followed by revision. $plugin->maturity = MATURITY_STABLE; $plugin->component = 'theme_squared'; // Full name of the plugin (used for diagnostics) $plugin->dependencies = array ( 'theme_boost' => 2020061500 );