Skip to content

Commit

Permalink
v2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
bozoh committed Aug 4, 2018
1 parent 66e084b commit 521e796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
*
* @package mod
* @subpackage simplecertificate
* @author Carlos Alexandre S. da Fonseca
* @author Carlos Alexandre S. da Fonseca
* @copyright 2013 - Carlos Alexandre S. da Fonseca
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late
*/


defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017120400; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2018080400; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2017111300; // Requires this Moodle version (moodle 3.4.x).
$plugin->cron = 4 * 3600; // Period for cron to check this module (secs).
$plugin->component = 'mod_simplecertificate';
$plugin->dependencies = array();
$plugin->release = '2.2.7'; // Human-friendly version name.
$plugin->release = '2.2.8'; // Human-friendly version name.
// MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE.
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 521e796

Please sign in to comment.