Skip to content

v2.6.3 - FixTemp

Latest
Compare
Choose a tag to compare
@tavinus tavinus released this 22 Jul 12:50
  • Makes the temporary file use the output path and file name as basis again (instead of the input file/path).
  • Temp file is only used in mixed mode operations.
  • Since (v2.6.1 - Explode) we were using the INPUT file/path as basis for the temp file, reverted now, with string sanitization added
    • Using the output target path makes more sense, since we will need write permissions there to create the final PDF anyways.
    • We should only need read permissions from the INPUT file/path location.