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 7e7855f commit 3fc8d42Copy full SHA for 3fc8d42
CHANGES.txt
@@ -1,6 +1,13 @@
1
Version history
2
===============
3
4
+17.0 (2023-06-02):
5
+
6
+- added: group tool container logic check
7
+- changed: conflict with Elgg < 5.0
8
+- changed: updated for Elgg 5
9
+- changed: updated to fullcalendar v6+
10
11
16.0.4 (2023-05-03):
12
13
- fixed: correctly export attendee slot participation
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '16.0.4',
+ 'version' => '17.0',
19
],
20
'bootstrap' => Bootstrap::class,
21
'settings' => [
0 commit comments