Releases: LycheeOrg/php-exif
Releases · LycheeOrg/php-exif
1.3.0
Version 1.2.0 - drops php 8.3 + support 8.5 + Avif support
What's Changed
- update phpstan by @ildyria in #75
- Require php8.4 minimum by @ildyria in #77
- Add AVIF format in Exif by @min-peter in #76
New Contributors
- @min-peter made their first contribution in #76
Full Changelog: v1.1.0...1.2.0
Version 1.1.0
Drops 8.2 for 8.3 minimum.
Fixes some new phpstan findings.
Update to phpstan 2
What's Changed
Full Changelog: v1.0.4...v1.1.0
Version 1.0.4 : Support paths on factory
Version 1.0.3 updates & better timezone support.
Version 1.0.2 - Fix ImageMagick date extraction
What's Changed
- Remove old config files by @qwerty287 in #66
- Fix Exif extraction logic when using ImageMagick by @wladif in #65
- Remove executable bit from files by @qwerty287 in #67
New Contributors
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1 - Fix PhpDoc annotations
Version 1.0 - refactor & clean up code
⚠️ BREAKING BACKWARD COMPATIBILITY.
Reader::getExifFromFilewas removed, useReader::read.Reader::readcan throwPhpExifReaderExceptioninstead ofRuntimeException.Reader::getAdapterwas removed.NoAdapterExceptionwas removed.
What's Changed
- Breaking: Remove unnecessary exception and
nullchecks by @qwerty287 in #63
Full Changelog: v0.8.2...v1.0.0
Version 0.8.2 - Harden return type to only Exif.
What's Changed
Full Changelog: v0.8.1...v0.8.2