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 11f4439 commit 3270f3aCopy full SHA for 3270f3a
2 files changed
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+14.0 (2025-11-13):
5
+
6
+- changed: increased minimal Elgg requirement to v6.3
7
+- changed: updated for Elgg 6.3
8
+- fixed: PHP implicit null declaration
9
10
13.2 (2025-07-30):
11
12
- added: support for post_as plugin
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '13.2',
+ 'version' => '14.0',
17
],
18
'bootstrap' => Bootstrap::class,
19
'settings' => [
0 commit comments