This repository has been archived by the owner on May 12, 2022. It is now read-only.
Releases: digitonic/laravel-favicon-extractor
Releases · digitonic/laravel-favicon-extractor
Release 1.0.7
Added
- Issue Templates - Added bug and feature request issue templates
Release 1.0.6
Changed
- High Quality Favicons - Attempt to find the highest quality favicon or else return the first found if no other options exist
Release 1.0.5
Remove exception check
Release 1.0.4
Changed
- New Exception - Added an exception for when files cannot be found on their target source
Release 1.0.2
Changed
- URL Index - Changed the URL index of a parsed url to be path rather than host
- Storage Method - Storage put in the FaviconExtractor now passes the file via
file_get_contents()
rather than the direct link. The link was causing corrupt files when using the FaviconGrabberProvider
Release 1.0.1
Changed
- Fixed paths - Fixed path badges
Release 1.0.0
Changed
- Updated Badges - Updated badges to reflect correct paths after fork
Release 0.4.5
Added
- Favicon Grabber - Favicon Grabber has been added and reverted to as the default for the providers