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 77f314e commit c9da71bCopy full SHA for c9da71b
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+17.1 (2024-10-10):
5
+
6
+- added: widget cache now store cache per language
7
+- changed: invalidating widget cache using entity invalidateCache function
8
+- fixed: unable to create new widget page
9
10
16.2 (2024-08-07):
11
12
- 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' => '17.0',
+ 'version' => '17.1',
18
'dependencies' => [
19
'profile' => [
20
'must_be_active' => false,
0 commit comments