Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
adjust version and add moodle supported version information
  • Loading branch information
stefanscholz authored May 12, 2022
1 parent f2b894d commit ce3f038
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
* Local plugin "Learning Tools" - Version file.
*
* @package local_learningtools
* @copyright bdecent GmbH 2021
* @copyright bdecent GmbH 2022
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_learningtools';
$plugin->version = 2022050900;
$plugin->release = 'v1.0';
$plugin->version = 2022050901;
$plugin->release = '1.1.1';
$plugin->requires = 2020061501;
$plugin->maturity = MATURITY_STABLE;

$plugin->supported = [39, 311];

0 comments on commit ce3f038

Please sign in to comment.