This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Releases: S1SYPHOS/kirby-lingonberry
Releases · S1SYPHOS/kirby-lingonberry
v0.4.0
This release mainly includes minor improvements & fixes:
Improving:
- Gravatar is now optional, fallback may be provided via
config/lingonberry.php
, 8263967 - Updated docs
- License & copyright notice for
raw-kirbytext
snippet, eb0f8c3
Fixing:
- Querying variable error (screwing pagination), 91ec3d3
$params
filter intemplates/home.php
, 0418a9d- Misplaced image attributes, 04d008e
- Retina gallery icon not showing, 2775a12
- Better accessibility for
alt
attributes, 3ea42de (credit goes to @texnixe)
Note:
Future enhancements of kirby-lingonberry
might require the project to detach from its roots a little more. @texnixe provided valuable suggestions on how to do so.
v0.3.0
v0.2.0
This release mainly adds built-in RSS feed, b6db0e0
What else is new?
- Merging all code shared by post & page type snippets into
loop.php
, 92d3742 - Putting code for menu in separate file for reusability, 0ecaaca
- Fixing check for valid user, fed0313
- Readding style guide (for a general overview of stuff), also fed0313
Plus some cleaning up here and there, typos, indentation, you name it.