Skip to content

Commit 7171586

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@3a06ceb...5322049
1 parent 59b8b50 commit 7171586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/behat_app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function after_step(AfterStepScope $scope) {
101101
* @throws dml_exception Problem with Moodle setup
102102
* @throws ExpectationException Problem with resizing window
103103
*/
104-
public function i_enter_the_app(string $username = null) {
104+
public function i_enter_the_app(?string $username = null) {
105105
$this->i_launch_the_app();
106106

107107
if (!is_null($username)) {

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
defined('MOODLE_INTERNAL') || die;
88

9-
$plugin->version = 2025022600;
9+
$plugin->version = 2025032500;
1010
$plugin->requires = 2018051700;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '5.0.0';

0 commit comments

Comments
 (0)