fix(File): Fixed issue with file restore metadata operations.

This commit is contained in:
2024-11-24 19:59:37 +01:00
parent aa9a2e9220
commit a1e449cf94
3 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-11-24 - 3.3.1 - fix(File)
Fixed issue with file restore metadata operations.
- Corrected the order of operations in the file restore function to ensure custom metadata is appropriately deleted after moving the file.
## 2024-11-24 - 3.3.0 - feat(core)
Enhanced directory handling and file restoration from trash