Skip to content

13.3.0

Choose a tag to compare

@goranalkovic-infinum goranalkovic-infinum released this 22 Jul 10:29
· 3 commits to main since this release
267ff11

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 caused file_exists() checks to fail. This fix ensures that absolute paths on Windows are correctly recognized and processed.