. /** * Defines the version of the forum report subplugin. * * @package forumreport_summary * @copyright 2019 Michael Hawkins * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2019090200; $plugin->requires = 2019071900; $plugin->component = 'forumreport_summary';