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 a1b3d2d commit c08de59Copy full SHA for c08de59
2 files changed
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+9.1 (2025-07-30):
5
+
6
+- added: form max file size
7
+- added: limit file size per input
8
9
9.0.4 (2025-07-09):
10
11
- several small chores/fixes
elgg-plugin.php
@@ -7,7 +7,7 @@
return [
'plugin' => [
- 'version' => '9.0.4',
+ 'version' => '9.1',
],
12
'entities' => [
13
[
0 commit comments