. /** * Theme version info * * @package theme * @subpackage magazine * @copyright 2010 John Stabinger (http://newschoollearning.com/) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2011082400; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2011081700; // Requires this Moodle version $plugin->component = 'theme_magazine'; // Full name of the plugin (used for diagnostics)