File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141class WebApi extends MoodleApi
4242{
4343 protected $ token = null ;
44+ protected $ ctrl = null ;
4445
4546 public function __construct ($ DB , $ COURSE , $ USER ){
4647 parent ::__construct ($ DB , $ COURSE , $ USER );
Original file line number Diff line number Diff line change 1616
1717defined ('MOODLE_INTERNAL ' ) || die ();
1818
19- $ plugin ->version = 2024071007 ;
19+ $ plugin ->version = 2024071008 ;
2020$ plugin ->requires = 2020061500.00 ; // Moodle 3.9.0
2121$ plugin ->component = 'tool_recitapis ' ;
22- $ plugin ->release = 'v1.0.17 -beta ' ;
22+ $ plugin ->release = 'v1.0.18 -beta ' ;
2323$ plugin ->supported = [39 , 405 ]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
2424$ plugin ->maturity = MATURITY_BETA ; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE
You can’t perform that action at this time.
0 commit comments