Releases: ArthurHoaro/favicon
Releases · ArthurHoaro/favicon
v2.0.1
What's Changed
- fix: Call Favicon::baseUrl statically by @ChristophWurst in #28
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- 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
- Fix in-page absolute favicon paths
- Fix crash when no location header is set for 302
v1.3.3
Fixed
- Update user agent version to avoid suspicious flags in firewalls
v1.3.2
Added
- PHPCS: PSR12 coding guideline
Changes
- Moved PHPCS depdencies to dev composer requirements
Fixes
- Fixed PHPCS CI
v1.3.1
Fixed
Catch possible false
return value for info
v1.3.0
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
v1.2.1
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
New
2 modes added:
- Download the favicon file in cache and get its filename
- Get the favicon binary string
Changed
Optimize cache system