We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104f2e2 commit b4717f3Copy full SHA for b4717f3
CHANGES.md
@@ -4,7 +4,7 @@ moodle-atto_styles
4
Changes
5
-------
6
7
-### Unreleased
+### v4.2-r2
8
9
* 2024-08-11 - Add section for scheduled tasks to README
10
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'atto_styles';
29
-$plugin->version = 2023090100;
30
-$plugin->release = 'v4.2-r1';
+$plugin->version = 2023090101;
+$plugin->release = 'v4.2-r2';
31
$plugin->requires = 2023042400;
32
$plugin->supported = [402, 402];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments