We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234857a commit 4bb1e18Copy full SHA for 4bb1e18
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+19.0.2 (2024-10-25):
5
+
6
+- several small chores/fixes
7
8
19.0.1 (2024-10-10):
9
10
- fixed: correctly check if we have a group
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '19.0.1',
+ 'version' => '19.0.2',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments