Skip to content

Commit 53f0fef

Browse files
committed
chore: wrapping up v18.0.2
1 parent 3fe4a14 commit 53f0fef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version history
22
===============
33

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+
49
18.0.1 (2024-01-12):
510

611
- several small chores/fixes

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
return [
1717
'plugin' => [
18-
'version' => '18.0.1',
18+
'version' => '18.0.2',
1919
],
2020
'bootstrap' => Bootstrap::class,
2121
'settings' => [

0 commit comments

Comments
 (0)