. /** * Version details for the My overview block. * * @package block_myoverview * @copyright Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2021090220.38; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2017111300; // Requires this Moodle version. $plugin->component = 'block_cocoon_myorders'; // Full name of the plugin (used for diagnostics).