version.php 701 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Defines the version of nasatlx
  4. *
  5. * This code fragment is called by moodle_needs_upgrading() and
  6. * /admin/index.php
  7. *
  8. * @package mod_nasatlx
  9. * @copyright 2014 LInE - http://line.ime.usp.br
  10. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  11. */
  12. defined('MOODLE_INTERNAL') || die();
  13. $plugin->version = 2010032200; // The current module version (Date: YYYYMMDDXX)
  14. $plugin->requires = 2014021100; // Requires this Moodle version
  15. $plugin->cron = 60; // Period for cron to check this module (secs)
  16. $plugin->maturity = MATURITY_STABLE;
  17. $plugin->component = 'mod_nasatlx'; // To check on upgrade, that module sits in correct place