Releases: dryven/faviconator
Releases · dryven/faviconator
v1.3.1
What's Changed
- Clears a PHP Deprecation issue in PHP 8.2+ by @chrisforrence in #10
- Update changelog by @dryven-daniel in #11
New Contributors
- @chrisforrence made their first contribution in #10
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.2
What's Changed
- Add dutch (nl) translations by @j-jalving in #7
New Contributors
- @j-jalving made their first contribution in #7
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Added
- Fix .ico and .svg paths
- Empty folder before generating new favicons
v1.2.0
Added
- Add support for Statamic 4.x
v1.1.0
Added
- Add multi-site support (thanks @quintenbuis)
v1.0.2
v1.0.1
Added
- Every favicon file now has a version checksum, so new favicons are loaded instantly instead of the cached version
- SVG favicon is now served from a copied version instead of the original asset location
Fixed
- Refactored asset container code