Skip to content

Commit e6f0986

Browse files
committed
chore: wrapping up v22.0.2
1 parent e769209 commit e6f0986

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Version history
22
===============
33

4+
22.0.2 (2024-10-25):
5+
6+
- fixed: return correct value type
7+
48
22.0.1 (2024-10-10):
59

610
- fixed: allow restore of profile fields from backup file

elgg-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
return [
1313
'plugin' => [
14-
'version' => '22.0.1',
14+
'version' => '22.0.2',
1515
'dependencies' => [
1616
'profile' => ['position' => 'after'],
1717
],

0 commit comments

Comments
 (0)