Skip to content

Commit 7233cd0

Browse files
committed
assignsubmission_collabora: update changelog and version
1 parent fc28258 commit 7233cd0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-assignsubmission_collabora
44
Changes
55
-------
66

7+
### v4.5.2
8+
* remove unused cache definition
9+
* fix coding style
10+
711
### v4.5.1
812
* 2025-01-21 - Adjust github workflow to be more restrictive
913

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die;
2525

26-
$plugin->version = 2024102901;
27-
$plugin->release = 'v4.5.1 (2025012100)';
26+
$plugin->version = 2024103000;
27+
$plugin->release = 'v4.5.2 (2026052600)';
2828
$plugin->requires = 2022111800; // Moodle 4.1.
2929
$plugin->dependencies = ['mod_collabora' => 2024103000];
3030
$plugin->component = 'assignsubmission_collabora';

0 commit comments

Comments
 (0)