We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe4a14 commit 53f0fefCopy full SHA for 53f0fef
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+18.0.2 (2024-04-03):
5
+
6
+- fixed: allow deletions of files with special chars
7
+- fixed: max attendees should be an int
8
9
18.0.1 (2024-01-12):
10
11
- several small chores/fixes
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '18.0.1',
+ 'version' => '18.0.2',
19
],
20
'bootstrap' => Bootstrap::class,
21
'settings' => [
0 commit comments