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 b6f23e6 commit 8ab8d97Copy full SHA for 8ab8d97
2 files changed
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+13.2 (2025-07-30):
5
+
6
+- added: support for post_as plugin
7
+- fixed: unable to create site static sub-pages for moderators
8
9
13.1.3 (2025-06-18):
10
11
- fixed: improved user permissions checks on resource pages
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '13.1.3',
+ 'version' => '13.2',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments