Skip to content

Commit 8ab8d97

Browse files
committed
chore: wrapping up v13.2
1 parent b6f23e6 commit 8ab8d97

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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+
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+
49
13.1.3 (2025-06-18):
510

611
- fixed: improved user permissions checks on resource pages

elgg-plugin.php

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

1515
return [
1616
'plugin' => [
17-
'version' => '13.1.3',
17+
'version' => '13.2',
1818
],
1919
'bootstrap' => Bootstrap::class,
2020
'settings' => [

0 commit comments

Comments
 (0)