Skip to content

Commit bfe9a34

Browse files
committed
Updated to 3.2.3-pl
1 parent 75e9389 commit bfe9a34

2 files changed

Lines changed: 7 additions & 2 deletions

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.2',
14+
'version' => '3.2.3',
1515
'release' => 'pl',
1616
// Install package to site right after build
1717
'install' => true,

core/components/fileman/docs/changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog for FileMan.
22

3+
3.2.3-pl (May 12, 2025)
4+
==============
5+
- Add a thumbnail column to the file list (just add "thumb" to "fileman_grid_fields" setting)
6+
- Improve code for php 7.4
7+
38
3.2.2-pl (January 22, 2025)
49
==============
5-
- Added field escaping when sorting
10+
- Add field escaping when sorting
611

712
3.2.1-pl (November 11, 2024)
813
==============

0 commit comments

Comments
 (0)