Skip to content

Releases: LycheeOrg/php-exif

v0.7.12

27 Sep 08:12
e60845c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.11...v0.7.12

v0.7.11

06 Aug 18:46
a5daecb
Compare
Choose a tag to compare

What's Changed

  • Various fixes by @kamil4 in #51
    • Bring the ImageMagick adapter to parity with the Native one
    • Don't bail out prematurely when the Native adapter encounters invalid tags

Full Changelog: v0.7.10...v0.7.11

v0.7.10

23 Jul 18:24
2bd2d34
Compare
Choose a tag to compare

What's Changed

  • Ignore tags with null or empty values by @kamil4 in #50

Full Changelog: v0.7.9...v0.7.10

v0.7.9

18 Jul 03:46
ef77c37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.8...v0.7.9

v0.7.8

06 Jul 16:21
f908413
Compare
Choose a tag to compare

What's Changed

Bugfix release:

  • Gracefully handle null values which can occur with the native extractorl by @kamil4 in #47
  • Support 0 degrees/minutes/seconds and add width/height info to the Imagick extractor; clean up error handling by @kamil4 in #44

Full Changelog: v0.7.7...v0.7.8

v0.7.7

29 Jun 15:43
777b74f
Compare
Choose a tag to compare

What's Changed

Functionally: nothing.
WRT safety: a lot.

Full Changelog: v0.7.6...v0.7.7

v0.7.6

05 Jun 17:44
baf5c77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

v0.7.5

29 Apr 19:35
568b56c
Compare
Choose a tag to compare

What's Changed

  • Gracefully handle null entries in the array by @kamil4 in #41

Full Changelog: v0.7.4...v0.7.5

Version 0.7.4 : Php 8 & 8.1 support + bug fixes

27 Apr 10:32
458b697
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

Fix normalize component

20 Feb 15:44
5b554c5
Compare
Choose a tag to compare
Merge pull request #31 from LycheeOrg/update-readme-1

Update Readme