We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbc8b3 commit edbe79cCopy full SHA for edbe79c
CHANGES.md
@@ -4,7 +4,7 @@ moodle-atto_styles
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r1
8
9
* 2024-10-14 - Upgrade: Adopt changes from MDL-81920 and use new \core\lang_string class.
10
* 2024-10-07 - Prepare compatibility for Moodle 4.5.
version.php
@@ -26,8 +26,8 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'atto_styles';
29
-$plugin->version = 2024060100;
30
-$plugin->release = 'v4.4-r1';
+$plugin->version = 2024100700;
+$plugin->release = 'v4.5-r1';
31
$plugin->requires = 2024100700;
32
$plugin->supported = [405, 405];
33
$plugin->maturity = MATURITY_STABLE;
0 commit comments