Skip to content

3.1.0

Latest

Choose a tag to compare

@endelwar endelwar released this 27 May 16:00
· 2 commits to develop since this release

Added

  • Add pdf.allowed_schemes configuration to restrict URL schemes allowed in options that accept URLs (passed as the 4th argument of the Pdf constructor; effective with php-weasyprint 2.6+)
  • Allow disabling the generator timeout by setting process_timeout: false (calls disableTimeout())

Changed

  • Resolve a bare pdf.binary command name against the PATH (via ExecutableFinder) for compatibility with php-weasyprint 2.5.1+; absolute paths are used as-is

Security

  • Bump minimum versions of symfony/http-foundation, symfony/http-kernel and symfony/process to known secure releases