Skip to content

Commit edbe79c

Browse files
committed
Release v4.5-r1
1 parent 8cbc8b3 commit edbe79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moodle-atto_styles
44
Changes
55
-------
66

7-
### Unreleased
7+
### v4.5-r1
88

99
* 2024-10-14 - Upgrade: Adopt changes from MDL-81920 and use new \core\lang_string class.
1010
* 2024-10-07 - Prepare compatibility for Moodle 4.5.

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'atto_styles';
29-
$plugin->version = 2024060100;
30-
$plugin->release = 'v4.4-r1';
29+
$plugin->version = 2024100700;
30+
$plugin->release = 'v4.5-r1';
3131
$plugin->requires = 2024100700;
3232
$plugin->supported = [405, 405];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)