Skip to content

Releases: LycheeOrg/php-exif

Version 1.0.4 : Support paths on factory

01 Jul 21:09
b9535df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3 updates & better timezone support.

25 Jun 15:37
8a44f53
Compare
Choose a tag to compare

What's Changed

  • Fix FFProbe keywords as String by @dax in #68
  • Add more flexible timezone support by @ildyria in #72

New Contributors

  • @dax made their first contribution in #68

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2 - Fix ImageMagick date extraction

11 Apr 11:04
12c4976
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

Version 1.0.1 - Fix PhpDoc annotations

06 Apr 10:24
7d123fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0 - refactor & clean up code

06 Apr 10:10
bfc651d
Compare
Choose a tag to compare

⚠️ BREAKING BACKWARD COMPATIBILITY.

  • Reader::getExifFromFile was removed, use Reader::read.
  • Reader::read can throw PhpExifReaderException instead of RuntimeException.
  • 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.

05 Apr 14:46
8460af5
Compare
Choose a tag to compare

What's Changed

  • function always return an Exif object + fix tests by @ildyria in #62

Full Changelog: v0.8.1...v0.8.2

Version 0.8.1 - Refactoring for cleaner infrastructure

15 Feb 15:27
14c624b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Version 0.8 - Php 8.1 + Enum - ⚠ Breaking backward compatibility

31 Dec 10:42
ed40375
Compare
Choose a tag to compare

⚠️ 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

Full Changelog: v0.7.14...v0.8.0

Version 0.7.14 - Improved support on Descriptions and Exif data

28 Oct 15:12
c0d1ce4
Compare
Choose a tag to compare

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+

21 Oct 12:52
ada5def
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.12...v0.7.13