[#4824] updated the uploaded filename normalization to take double extensions in consideration

This commit is contained in:
Gani Georgiev
2024-04-24 22:00:18 +03:00
parent 4cfabc61e6
commit ece62ebdf5
39 changed files with 215 additions and 150 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.22.10
- Updated the uploaded filename normalization to take double extensions in consideration ([#4824](https://github.com/pocketbase/pocketbase/issues/4824))
## v0.22.9
- Fixed Admin UI OAuth2 "Clear all fields" btn action to properly unset all form fields ([#4737](https://github.com/pocketbase/pocketbase/issues/4737)).