Skip to content

Commit

Permalink
PM-43087 fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Oct 20, 2023
1 parent 4c16438 commit e0f5924
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v1.0.23 (Build - 2023102003)
### v1.0.23 (Build - 2023102004)

* Send plugin version number to Kialo.
* Fix help center link.
Expand Down
4 changes: 2 additions & 2 deletions classes/lti_flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static function init_resource_link(
// See https://www.imsglobal.org/spec/lti/v1p3#context-claim.
"https://purl.imsglobal.org/spec/lti/claim/context" => [
"id" => $courseid,
]
],
],
);
}
Expand Down Expand Up @@ -282,7 +282,7 @@ public static function init_deep_link(int $courseid, string $moodleuserid, strin
// See https://www.imsglobal.org/spec/lti/v1p3#context-claim.
"https://purl.imsglobal.org/spec/lti/claim/context" => [
"id" => $courseid,
]
],
]
);
}
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
$plugin->component = 'mod_kialo';

// See https://moodledev.io/docs/apis/commonfiles/version.php.
$plugin->version = 2023102003; // Must be incremented for each new release!
$plugin->release = '1.0.23-beta3'; // Semantic version.
$plugin->version = 2023102004; // Must be incremented for each new release!
$plugin->release = '1.0.23-beta4'; // Semantic version.

// Officially we require PHP 7.4. The first Moodle version that requires this as a minimum is Moodle 4.1.
// But technically this plugin also runs on older Moodle versions, as long as they run on PHP 7.4,
Expand Down

0 comments on commit e0f5924

Please sign in to comment.