Skip to content

Commit

Permalink
Bump to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Apr 22, 2024
1 parent 6fb2a6e commit 0f77132
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Changelog
=========

v3.16.0
-------

New features

- Admins can reset the levels of all courses to the default values
- Admins can reset the appearance of the levels in all courses to the defaults
- Massive invisible underground work to support future major improvements

Quality of life

- Renamed "For the whole site" to "Sitewide"
- Level up notification popup can be previewed from the levels page
- Dangerous actions are coloured accordingly

Bug fixes

- Mitigated rare issue with tooltips on some themes
- Other minor fixes and improvements

Technical changes

- Compatibility with Moodle 4.4
- Raised minimum required version to Moodle 3.11

Read our [release blog post](https://www.levelup.plus/blog/xp-release-3-16/) to learn more.

v3.15.2
-------

Expand Down
6 changes: 3 additions & 3 deletions classes/local/controller/promo_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,17 @@ protected function content_not_installed() {
<div class="xp-grid sm:xp-grid-cols-2 xp-gap-4 [&_ul]:xp-pl-4 [&_li]:xp-mb-1">
{$renderitemstart("trophy", "Greater motivation", "Make learners even more engaged and motivated!")}
<ul>
<li>{$new} Insert customised <strong>congratulation messages</strong> when learners receive
<li>Insert customised <strong>congratulation messages</strong> when learners receive
the level up notification.</li>
<li>{$new} <strong>Award a Moodle badge</strong> when learners attain a particular level</li>
<li><strong>Award a Moodle badge</strong> when learners attain a particular level</li>
</ul>
{$renderitemend()}
{$renderitemstart("noun/checklist", "Extended points strategy", "More control and methods to award points!")}
<ul>
<li><strong>Drops</strong>: award points by placing code snippets anywhere</li>
<li>Convert <strong>grades</strong> into points</li>
<li>Reward <strong>activity</strong> and <strong>course completion</strong></li>
<li>{$new} Award point via web services <strong>API</strong></li>
<li>Award point via web services <strong>API</strong></li>
</ul>
<p>Plus convenient rules to:</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024042102;
$plugin->version = 2024042104;
$plugin->requires = 2021051700; // Moodle 3.11.0.
$plugin->component = 'block_xp';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.16.0-dev';
$plugin->release = '3.16.0';
$plugin->supported = [311, 404];

0 comments on commit 0f77132

Please sign in to comment.