Skip to content

Releases: ArthurHoaro/favicon

v2.0.1

23 Oct 15:47
2f2af25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Oct 00:45
44f1e0d
Compare
Choose a tag to compare
  • Drop support for PHP 5.x and 7.x
  • Make CI work again with GitHub Actions
  • Update unit tests for PHPUnit 10
  • Fix coding style

v1.3.4

22 Oct 00:15
b5e4a52
Compare
Choose a tag to compare
  • Fix in-page absolute favicon paths
  • Fix crash when no location header is set for 302

v1.3.3

06 Aug 05:43
b1acd8b
Compare
Choose a tag to compare

Fixed

  • Update user agent version to avoid suspicious flags in firewalls

v1.3.2

03 Feb 12:28
ed3c3f6
Compare
Choose a tag to compare

Added

  • PHPCS: PSR12 coding guideline

Changes

  • Moved PHPCS depdencies to dev composer requirements

Fixes

  • Fixed PHPCS CI

v1.3.1

14 Oct 09:33
e18ff16
Compare
Choose a tag to compare

Fixed

Catch possible false return value for info

v1.3.0

09 Jan 15:50
Compare
Choose a tag to compare

Fixed

  • Fix a warning in some case when header #0 does not exist
  • Travis CI builds

Removed

  • Support for PHP 5.3, 5.4 and 5.5.

v1.2.2

08 Sep 09:40
50fd2a0
Compare
Choose a tag to compare

Fixed

  • Trim slash off URL and relative paths to avoid // - thanks to @kitbs

v1.2.1

23 Apr 16:06
Compare
Choose a tag to compare

Added

  • Supports relative protocol URL (starting with //).
  • Unit Tests are now run through Travis.

Changed

  • fileinfo extension is now optional. The image type won't be checked if the extension is not installed.

Fixed

  • Avoid a warning of the headers can't be retrieved.
  • Redirection header Location might be an array.
  • Ignore headers key case.
  • Better handling of Favicon priority detection.

Thanks to @Alkarex for his contribution!

v1.2.0

17 Apr 16:20
Compare
Choose a tag to compare

New

2 modes added:

  • Download the favicon file in cache and get its filename
  • Get the favicon binary string

Changed

Optimize cache system