1.0.0
December 12th, 2022
- New Supports different logo styles for outside (login etc.) and inside pages
- New Supports setting an outside page background
- Fix Image and style browser caching
- Break The
custom_logo_url
value has changed, see readme - Deprecated routes have been removed
0.3.2
November 22nd, 2021
- New Add ability to shift the text baseline
- Fix Improve default styles
- Fix Correct the config filename
0.3.0
October 22nd, 2021
- Break Package Renamed:
This package has been renamed tojacksleight/statamic-lazy-logo
. Sorry for any inconvienence this causes, but it's necessary for some future plans and to keep everything namespaced properly. Update instructions:- Update
composer.json
to"jacksleight/statamic-lazy-logo": "0.3.0",
- Move
config/lazy-logo.php
toconfig/statamic/lazy-logo.php
- Run
composer update
- Update
0.2.0
September 21st, 2021
- Break
gradient
config value is now merged withcolor
, just specify an array instead of a single value