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 92c9f8d commit 18ae8ddCopy full SHA for 18ae8dd
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+12.0 (2024-06-28):
5
+
6
+- added: poll action to clear votes
7
+- added: restorable capability
8
+- changed: updated for Elgg 6
9
10
11.0 (2023-11-30):
11
12
- changed: updated for Elgg 5.1
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '11.0',
+ 'version' => '12.0',
17
],
18
'bootstrap' => Bootstrap::class,
19
'entities' => [
0 commit comments