We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74f128 commit 6a1f144Copy full SHA for 6a1f144
2 files changed
_build/config.inc.php
@@ -11,7 +11,7 @@
11
return [
12
'name' => 'FileMan',
13
'name_lower' => 'fileman',
14
- 'version' => '3.3.0',
+ 'version' => '3.3.1',
15
'release' => 'pl',
16
// Install package to site right after build
17
'install' => true,
core/components/fileman/docs/changelog.txt
@@ -1,5 +1,9 @@
1
Changelog for FileMan.
2
3
+3.3.1-pl (August 26, 2025)
4
+==============
5
+- Fix a bug with downloading files in the admin panel [#10]
6
+
7
3.3.0-pl (May 20, 2025)
8
==============
9
- Add fields "published", "published_at" to the File object
0 commit comments