. /** * 版本信息 * * @package media_moeplayer * @copyright MoePlayer 项目(fork 自 ckplayer, www.ckplayer.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'media_moeplayer'; $plugin->version = 2026072100; $plugin->requires = 2020061500; // Moodle 3.9 及以上(3.x/4.x 均兼容) $plugin->maturity = MATURITY_ALPHA; $plugin->release = '0.1.0';