Skip to content

Commit

Permalink
fixes for #12 & #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sokunthearithmakara committed Jul 10, 2024
2 parents 244700e + 183139d commit 09cb5d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
$capabilities = array(

'enrol/gapply:config' => array(

'captype' => 'write',
'contextlevel' => CONTEXT_COURSE,
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'manager' => CAP_ALLOW,

)
),

Expand Down
5 changes: 5 additions & 0 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'enrol_gapply';
<<<<<<< HEAD
$plugin->release = '1.0.7';
$plugin->version = 2024042408;
=======
$plugin->release = '1.0.6';
$plugin->version = 2024042406;
>>>>>>> 183139d6554f62a729a30a0ebae388f84c261021
$plugin->requires = 2022112800;
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 09cb5d8

Please sign in to comment.