Skip to content

Commit 4daa5e3

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@6c5984e...ed8f298
1 parent 3b0c92d commit 4daa5e3

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
@@ -224,7 +224,7 @@ public function i_load_more_items_in_the_app(bool $not = false) {
224224
public function i_swipe_in_the_app(string $direction) {
225225
$method = 'swipe' . ucwords($direction);
226226

227-
$this->runtime_js("getAngularInstance('ion-content', 'CoreSwipeNavigationDirective').$method()");
227+
$this->zone_js("getAngularInstance('ion-content', 'CoreSwipeNavigationDirective').$method()");
228228

229229
$this->wait_for_pending_js();
230230

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 = 2022090200;
9+
$plugin->version = 2022090500;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.1.0-dev';

0 commit comments

Comments
 (0)