Skip to content

Tags: LycheeOrg/php-exif

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds php 8.2 - 8.5 compatibility & loosens package requirements (#79)

Co-authored-by: ildyria <beviguier@gmail.com>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add AVIF format in Exif (#76)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump dependencies & phpstan + exclude 6 tests due to php-imagick inco…

…mpatibilities (#74)

v1.0.4

Toggle v1.0.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Support tool paths in factory (#73)

---------

Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more flexible timezone support (#72)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove executable bit (#67)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix annotations (#64)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unnecessary exception and `null` checks (#63)

* Remove unnecessary exception and `null` checks

* Remove bad `@covers` annotations

* Remove all `@covers`

* Fix test

* Remove useless function alias

* Update lib/PHPExif/Reader/Reader.php

Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>

* New exceptions

* fix constructor

* fix format

* add codecov ignore

---------

Co-authored-by: Benoît Viguier <ildyria@users.noreply.github.com>

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
function always return an Exif object + fix tests (#62)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use contracts (#61)

* use contracts
* update phpstan