v2.6.0 - Improved Metadata support, Some fixes, small performance gains
What's Changed
- Improved Metadata handling:
- Read XMP Metadata and add it to data returned by getDetails() by @GreyWyvern in #606
- Enable PDFDocEncoding support for metadata by @GreyWyvern in #611
- Support metadata element names containing spaces by @GreyWyvern in #612
- performance gain: Reduce excessive substring allocation, using preg_match's offset parameter by @se-ti in #595
- Fix ASCII85 decoding in a specific case by @Seb35 in #600
- Deploy latest PHP-CS-Fixer rules (adapted some to match our setup with PHP 7+8) by @Seb35 in #602
New Contributors
- @Seb35 made their first contribution in #602
- @GreyWyvern made their first contribution in #606
Full Changelog: v2.5.0...v.2.6.0