Skip to content

Commit fd6d3e7

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@69dcf04...beac119
1 parent 8953872 commit fd6d3e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/behat_app_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ protected function handle_url(string $customurl, string $successXPath = '') {
454454
$result = $this->zone_js("customUrlSchemes.handleCustomURL('$customurl')");
455455

456456
if ($result !== 'OK') {
457-
throw new DriverException('Error handling url - ' . $result);
457+
throw new DriverException('Error handling url - ' . $customurl . ' - '.$result);
458458
}
459459
if (!empty($successXPath)) {
460460
// Wait until the page appears.

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 = 2024071800;
9+
$plugin->version = 2024072500;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.5.0';

0 commit comments

Comments
 (0)