Skip to content

Commit 8953872

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

templates/mobile.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
<ion-list>
55
<ion-item>
6-
<ion-label position="floating">What is the answer to the Ultimate Question of Life, The Universe, and Everything?</ion-label>
7-
<ion-input [(ngModel)]="CONTENT_OTHERDATA.answer"></ion-input>
6+
<ion-input labelPlacement="floating" [(ngModel)]="CONTENT_OTHERDATA.answer" label="What is the answer to the Ultimate Question of Life, The Universe, and Everything?"></ion-input>
87
</ion-item>
98
<ion-item *ngIf="CONTENT_OTHERDATA.answer === '42'">
109
<ion-label>That is correct!</ion-label>

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

0 commit comments

Comments
 (0)