. /** * Standard version file * * @package gradereport_summary * @copyright 2022 Ilya Tregubov * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'gradereport_summary'; // Full name of the plugin (used for diagnostics). $plugin->version = 2024042200; $plugin->requires = 2024041600;