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 3b5d002 commit d5e8c59Copy full SHA for d5e8c59
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+12.1.1 (2026-03-24):
5
+
6
+- changed: unsubscribe page supports being drawn in a walledgarden shell
7
+- fixed: invalid inclusion of js module
8
+- fixed: using float in form footer button causes visual issues
9
10
12.1 (2026-02-11):
11
12
- changed: newsletter content is passed through output/longtext
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
- 'version' => '12.1',
+ 'version' => '12.1.1',
13
'dependencies' => [
14
'ckeditor' => [],
15
],
0 commit comments