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 4f7e980 commit 0f4b6bcCopy full SHA for 0f4b6bc
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+19.0 (2024-06-28):
5
+
6
+- added: restorable capability
7
+- changed: updated for Elgg 6
8
9
18.0.2 (2024-04-03):
10
11
- fixed: allow deletions of files with special chars
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '18.0.2',
+ 'version' => '19.0',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments