Skip to content

Commit 3270f3a

Browse files
committed
chore: wrapping up v14.0
1 parent 11f4439 commit 3270f3a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Version history
22
===============
33

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+
410
13.2 (2025-07-30):
511

612
- added: support for post_as plugin

elgg-plugin.php

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

1414
return [
1515
'plugin' => [
16-
'version' => '13.2',
16+
'version' => '14.0',
1717
],
1818
'bootstrap' => Bootstrap::class,
1919
'settings' => [

0 commit comments

Comments
 (0)