. /** * Version files for fbcomments block instances. * * @package block_fbcomments * @copyright 2013 Ankit Agarwal * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2015011200; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013111800; // Requires this Moodle version $plugin->component = 'block_fbcomments'; // Full name of the plugin (used for diagnostics) $plugin->release = '2.0'; $plugin->maturity = MATURITY_STABLE;