Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: digitonic/laravel-favicon-extractor

Release 1.0.7

20 Jan 13:40
Compare
Choose a tag to compare

Added

  • Issue Templates - Added bug and feature request issue templates

Release 1.0.6

20 Jan 13:30
f617d91
Compare
Choose a tag to compare

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

10 Jan 12:11
Compare
Choose a tag to compare
Remove exception check

Release 1.0.4

10 Jan 12:01
Compare
Choose a tag to compare

Changed

  • New Exception - Added an exception for when files cannot be found on their target source

Release 1.0.2

10 Jan 11:26
Compare
Choose a tag to compare

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

10 Jan 10:55
Compare
Choose a tag to compare

Changed

  • Fixed paths - Fixed path badges

Release 1.0.0

10 Jan 10:50
Compare
Choose a tag to compare

Changed

  • Updated Badges - Updated badges to reflect correct paths after fork

Release 0.4.5

10 Jan 10:46
Compare
Choose a tag to compare

Added

  • Favicon Grabber - Favicon Grabber has been added and reverted to as the default for the providers