Skip to content

Commit a46f229

Browse files
committed
Release v4.3-r2
1 parent 03627e7 commit a46f229

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.3-r2
88

99
* 2024-08-11 - Add section for scheduled tasks to README
1010
* 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations

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 = 2023102000;
30-
$plugin->release = 'v4.3-r1';
29+
$plugin->version = 2023102001;
30+
$plugin->release = 'v4.3-r2';
3131
$plugin->requires = 2023100900;
3232
$plugin->supported = [403, 403];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)