Skip to content

Commit eecaffa

Browse files
committed
Updated to 3.2.0-pl
1 parent 4d09680 commit eecaffa

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.1.5',
14+
'version' => '3.2.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.2.0-pl (March 20, 2024)
4+
==============
5+
- The component can now work without pdoTools (see fileman_pdotools setting)
6+
- New parameters for fmFiles snippet: tplRow, tplGroup, tplWrapper, wrapIfEmpty (if the fileman_pdotools setting is disabled)
7+
38
3.1.5-pl (Feb 12, 2024)
49
==============
510
- [#2] Fixed a bug with template checking in the plugin

0 commit comments

Comments
 (0)