Releases: LycheeOrg/php-exif
Releases · LycheeOrg/php-exif
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
Version 0.8.1 - Refactoring for cleaner infrastructure
Version 0.8 - Php 8.1 + Enum - ⚠ Breaking backward compatibility
⚠️ BREAKING BACKWARD COMPATIBILITY.
In the factory use, use \PHPExif\Enum\ReaderType instead of strings to select the read.
See https://github.com/LycheeOrg/php-exif/blob/master/Resources/doc/usage.md#using-factory-method
What's Changed
- Apply fixes with regard to new PHPStan rules by @ildyria in #56
composer updateand test PHP 8.2 by @qwerty287 in #57- Require PHP 8.1 by @qwerty287 in #58
- use class string instead of full string + add enum for type by @ildyria in #59
- improve readme + composer update by @ildyria in #60
Full Changelog: v0.7.14...v0.8.0