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 cde8ad1 commit e94deecCopy full SHA for e94deec
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+13.1 (2024-10-10):
5
+
6
+- added: support for the fields service
7
+- fixed: correctly forward on trash of a static item
8
+- fixed: no longer show friends access when editing site static pages
9
10
13.0 (2024-06-28):
11
12
- added: restorable capability
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '13.0',
+ 'version' => '13.1',
17
],
18
'bootstrap' => Bootstrap::class,
19
'settings' => [
0 commit comments