Skip to content

Commit f77e6c0

Browse files
committed
Updated to 3.3.0-pl
1 parent 2066f6c commit f77e6c0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_build/config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
return [
1212
'name' => 'FileMan',
1313
'name_lower' => 'fileman',
14-
'version' => '3.2.3',
14+
'version' => '3.3.0',
1515
'release' => 'pl',
1616
// Install package to site right after build
1717
'install' => true,

core/components/fileman/docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changelog for FileMan.
22

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+
38
3.2.3-pl (May 12, 2025)
49
==============
510
- Add a thumbnail column to the file list (just add "thumb" to "fileman_grid_fields" setting)

0 commit comments

Comments
 (0)