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 9b0abbb commit 3e516d2Copy full SHA for 3e516d2
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+16.1 (2024-04-03):
5
+
6
+- added: widget pages now can have a description and are searchable
7
8
16.0.2 (2024-03-14):
9
10
- several small chores/fixes
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '16.0.2',
+ 'version' => '16.1',
18
'dependencies' => [
19
'profile' => [
20
'must_be_active' => false,
0 commit comments