Releases: LycheeOrg/php-exif
Releases · LycheeOrg/php-exif
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::getExifFromFile
was removed, useReader::read
.Reader::read
can throwPhpExifReaderException
instead ofRuntimeException
.Reader::getAdapter
was removed.NoAdapterException
was removed.
What's Changed
- Breaking: Remove unnecessary exception and
null
checks 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 update
and 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
Version 0.7.14 - Improved support on Descriptions and Exif data
What's Changed
- Fix 1548 by @kamil4 in #55
- Added support for IPTC CopyrightNotice to the Exiftool mapper.
- Added support for EXIF Artist, Copyright, and ImageDescription to the ImageMagick adapter.
- Added support for EXIF ImageDescription.
Full Changelog: v0.7.13...v0.7.14
v0.7.13 - Uses code-safe 2.0+
What's Changed
- Add precision to Latitude and Longitude by @ildyria in #54
- upgrade to code-safe-2.2 by @ildyria in #48
Full Changelog: v0.7.12...v0.7.13