13.3.0
·
3 commits
to main
since this release
Fixed
PathsTrait::joinPaths()now correctly handles Windows absolute paths (e.g.,C:\path\to\file) by removing the leading backslash that was erroneously added when joining paths, which causedfile_exists()checks to fail. This fix ensures that absolute paths on Windows are correctly recognized and processed.