. /** * Version details * * @package repository_contentbank * @copyright 2020 Mihail Geshoski * @author Mihail Geshoski * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2020042700; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020041500.00; // Requires this Moodle version. $plugin->component = 'repository_contentbank'; // Full name of the plugin (used for diagnostics).