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 4d77bea commit 7e4d019Copy full SHA for 7e4d019
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+16.2.1 (2024-10-10):
5
+
6
+- fixed: unable to create new widget page
7
8
16.2 (2024-08-07):
9
10
- added: widget page manager can now edit page on the front end
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '16.2',
+ 'version' => '16.2.1',
18
'dependencies' => [
19
'profile' => [
20
'must_be_active' => false,
0 commit comments