. /** * Filter for component 'filter_oembed' * * @package filter_oembed * @copyright Erich M. Wappis / Guy Thomas 2016 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * code based on the following filter * oEmbed filter ( Mike Churchward, James McQuillan, Vinayak (Vin) Bhalerao, Josh Gavant and Rob Dolin) */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2017060100; $plugin->requires = 2019052000; $plugin->component = 'filter_oembed'; $plugin->maturity = MATURITY_STABLE; $plugin->release = '3.8.0 (Build - 2019112600)';