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 1a0ad9d commit 0c8d64aCopy full SHA for 0c8d64a
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+13.1.2 (2024-12-11):
5
+
6
+- fixed: setting parent_guid not being saved correctly
7
8
13.1.1 (2024-11-21):
9
10
- fixed: correctly save tag fields
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '13.1.1',
+ 'version' => '13.1.2',
17
],
18
'bootstrap' => Bootstrap::class,
19
'settings' => [
0 commit comments