Skip to content

Releases: LycheeOrg/php-exif

1.3.0

31 Jan 14:06
4e4fad2

Choose a tag to compare

What's Changed

  • Adds php 8.2 - 8.5 compatibility & loosens package requirements by @BALOTIAS in #79

New Contributors

Full Changelog: 1.2.0...1.3.0

Version 1.2.0 - drops php 8.3 + support 8.5 + Avif support

23 Dec 10:36
4d99112

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...1.2.0

Version 1.1.0

16 Mar 19:38
a76a6e9

Choose a tag to compare

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

01 Jul 21:09
b9535df

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

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

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

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

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

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

Choose a tag to compare

What's Changed

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