Skip to content

Commit

Permalink
PM-43594 Remove string interpolations
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-kialo committed Nov 29, 2023
1 parent bc1770a commit 0f71f3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.0.25 (Build - 2023111702)

* Minor internal improvements

### v1.0.24 (Build - 2023111702)

* Send plugin's version and "platform" information using standard LTI claims.
Expand Down
4 changes: 2 additions & 2 deletions lang/en/kialo.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@
'To enable the Kialo plugin you have to accept Kialo Edu’s <a href="{$a->terms}" target="_blank">Terms of Service</a> on behalf of all users of this Moodle instance. Here is a link to our <a href="{$a->privacy}" target="_blank">Privacy Policy</a> and to our <a href="{$a->data_security}" target="_blank">Data Security and Privacy Plan.</a>';
$string["termsnotaccepted"] =
'You have to accept Kialo’s <a href="{$a->terms}" target="_blank">Terms of Service</a> before you can enable the Kialo plugin.';
$string['groupmode_on_warning'] = '<b>Moodle groups are currently <u>not</u> automatically supported.</b> If you use the Kialo Moodle Plugin with a course that has multiple groups, <b>all</b> groups will find themselves in the <b>same</b> Kialo discussion.<br/><br/>To manually set up Kialo discussions for each of your groups, please follow the instructions in our <a href="'.$grouphelpcenterlink.'">help center</a>.<br/><br/>We will release automatic Moodle groups support in Q1 2024. <a href="'.$pluginreleaseemailnotificationlink.'">Submit your email address</a> to be notified when it is released.';
$string['groupmode_off_info'] = '<b>Please note that Moodle groups are currently <u>not</u> automatically supported.</b> (<a href="'.$grouphelpcenterlink.'">More info</a>)';
$string['groupmode_on_warning'] = '<b>Moodle groups are currently <u>not</u> automatically supported.</b> If you use the Kialo Moodle Plugin with a course that has multiple groups, <b>all</b> groups will find themselves in the <b>same</b> Kialo discussion.<br/><br/>To manually set up Kialo discussions for each of your groups, please follow the instructions in our <a href="https://support.kialo-edu.com/en/hc/moodle/#using-the-kialo-plugin-with-moodle-group-mode">help center</a>.<br/><br/>We will release automatic Moodle groups support in Q1 2024. <a href="https://fh6m79pud11.typeform.com/to/cYurgy84">Submit your email address</a> to be notified when it is released.';
$string['groupmode_off_info'] = '<b>Please note that Moodle groups are currently <u>not</u> automatically supported.</b> (<a href="https://support.kialo-edu.com/en/hc/moodle/#using-the-kialo-plugin-with-moodle-group-mode">More info</a>)';
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 = 2023111702; // Must be incremented for each new release!
$plugin->release = '1.0.24'; // Semantic version.
$plugin->version = 2023112901; // Must be incremented for each new release!
$plugin->release = '1.0.25'; // 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 0f71f3e

Please sign in to comment.