We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2066f6c commit f77e6c0Copy full SHA for f77e6c0
2 files changed
_build/config.inc.php
@@ -11,7 +11,7 @@
11
return [
12
'name' => 'FileMan',
13
'name_lower' => 'fileman',
14
- 'version' => '3.2.3',
+ 'version' => '3.3.0',
15
'release' => 'pl',
16
// Install package to site right after build
17
'install' => true,
core/components/fileman/docs/changelog.txt
@@ -1,5 +1,10 @@
1
Changelog for FileMan.
2
3
+3.3.0-pl (May 20, 2025)
4
+==============
5
+- Add fields "published", "published_at" to the File object
6
+- New parameter "showUnpublished" for fmFiles snippet
7
+
8
3.2.3-pl (May 12, 2025)
9
==============
10
- Add a thumbnail column to the file list (just add "thumb" to "fileman_grid_fields" setting)
0 commit comments