We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79be1b commit a5d4b64Copy full SHA for a5d4b64
2 files changed
_build/config.inc.php
@@ -11,7 +11,7 @@
11
return [
12
'name' => 'FileMan',
13
'name_lower' => 'fileman',
14
- 'version' => '3.1.4',
+ 'version' => '3.1.5',
15
'release' => 'pl',
16
// Install package to site right after build
17
'install' => true,
core/components/fileman/docs/changelog.txt
@@ -1,5 +1,11 @@
1
Changelog for FileMan.
2
3
+3.1.5-pl (Feb 12, 2024)
4
+==============
5
+- [#2] Fixed a bug with template checking in the plugin
6
+- [#3] Fixed the toPlaceholder property of the fmFiles snippet
7
+- [#4] Fixed a bug with HTML entities in the resource pagetitle
8
+
9
3.1.4-pl
10
==============
- Fixed installer bug with FileManTemplate policy
0 commit comments