update changelog

This commit is contained in:
Simon Vieille 2022-02-18 20:18:27 +01:00
parent 85f44fcabb
commit 28f9a9f3f6
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@
* add builders to replace file information tags and url tags
### Fixed
* fix filemanager sorting
### Changed
## 1.2.0

View file

@ -72,6 +72,7 @@ class FsFileManager
$finder = new Finder();
$finder->directories()->depth('== 0')->in($this->path.'/'.$directory);
$this->applySort($finder, $options['sort'] ?? 'name', $options['sort_direction'] ?? 'asc');
foreach ($finder as $file) {