An error occurred while loading the file. Please try again.
version.php 489 bytes
<?php
/**
 * Version details.
 * @package   local_yourplugin
 * @copyright 2024 Artem Baranovskyi
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
defined('MOODLE_INTERNAL') || die();
$plugin->version   = 2022051101;      // The current module version (Date: YYYYMMDDXX).
$plugin->requires  = 2014050800;      // Requires this Moodle version.
$plugin->component = 'local_yourplugin';// Full name of the plugin (used for diagnostics).
$plugin->cron      = 0;