There was an error while loading. Please reload this page.
1 parent fc28258 commit 7233cd0Copy full SHA for 7233cd0
2 files changed
CHANGES.md
@@ -4,6 +4,10 @@ moodle-assignsubmission_collabora
4
Changes
5
-------
6
7
+### v4.5.2
8
+* remove unused cache definition
9
+* fix coding style
10
+
11
### v4.5.1
12
* 2025-01-21 - Adjust github workflow to be more restrictive
13
version.php
@@ -23,8 +23,8 @@
23
*/
24
defined('MOODLE_INTERNAL') || die;
25
26
-$plugin->version = 2024102901;
27
-$plugin->release = 'v4.5.1 (2025012100)';
+$plugin->version = 2024103000;
+$plugin->release = 'v4.5.2 (2026052600)';
28
$plugin->requires = 2022111800; // Moodle 4.1.
29
$plugin->dependencies = ['mod_collabora' => 2024103000];
30
$plugin->component = 'assignsubmission_collabora';
0 commit comments