Skip to content

Commit d15d5f0

Browse files
committed
chore: wrapping up v21.1
1 parent 0bf4b8c commit d15d5f0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version history
22
===============
33

4+
21.1 (2026-07-30):
5+
6+
- changed: no longer use label element for styling of strong text
7+
- fixed: do not save empty values as answers
8+
49
21.0 (2026-05-29):
510

611
- changed: canComment to container_logic check

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
return [
1616
'plugin' => [
17-
'version' => '21.0',
17+
'version' => '21.1',
1818
],
1919
'bootstrap' => Bootstrap::class,
2020
'settings' => [

0 commit comments

Comments
 (0)