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 6d48ce5 commit ff4019bCopy full SHA for ff4019b
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+19.2 (2025-07-09):
5
+
6
+- changed: moved menu callbacks to their own classes
7
8
19.1 (2025-05-28):
9
10
- changed: replaced the event_attendees menu with filter:event/attendees
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '19.1',
+ 'version' => '19.2',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments