Skip to content

Releases: PHPExif/php-exif

v0.6.5: Merge pull request #73 from maltehuebner/fix-coords

16 Jul 06:25
41f23db
Compare
Choose a tag to compare
Use floatval() instead of intval() to avoid improper coord values

v0.6.4: Merge pull request #69 from PHPExif/Miljar-patch-1

27 Mar 10:46
361c15b
Compare
Choose a tag to compare

v0.6.3: Merge pull request #63 from jaywilliams/patch-1

06 Feb 14:40
Compare
Choose a tag to compare
Fix Division By Zero Warning for Focal Length

v0.6.2: Merge pull request #61 from nicolasmure/case-sensibility

27 Dec 16:57
Compare
Choose a tag to compare
[field mapping] first letter case insensibility

v0.6.1: Merge pull request #57 from Miljar/Miljar-patch-1

25 Jul 10:05
Compare
Choose a tag to compare

v0.6.0: Merge pull request #50 from FrivalszkyP/master

25 Jul 09:53
Compare
Choose a tag to compare
  • Fix encoding issues
  • Change: return false when no exif data is found (rather than throw \RuntimeExeption)

v0.5.1

26 Aug 14:01
Compare
Choose a tag to compare

Bugfix release

v0.5.0

21 Aug 13:55
Compare
Choose a tag to compare
  • Normalization of ExposureTime (e3323f0)
  • Allow duplicate tags in raw data from Exiftool (1539369)
  • Allow 0-degree coordinates (d10ee92)
  • Escape shell arguments (25941f2)
  • CreateDate fixes (4604eb0)

Many thanks to @bonzai & @Luciam91

v0.4.0

04 Apr 11:13
Compare
Choose a tag to compare

CHANGELOG

  • Improvement #25: Extracted mapping logic into separate classes
  • Added GPS information
  • Improved unit tests; coverage up to 100%
  • Added contributor to README.md
  • Added extra stuff about unit tests to the Contributing section of the README.md