Releases: fabianmichael/kirby-meta
Releases · fabianmichael/kirby-meta
2.0.0-alpha.1
On the way to support Kirby 4
- Move
Sitemap::isPageIndexible($page)
method to$page->isIndexible()
- Listed children of unlisted parent are now longer excluded from sitemap
- Update icon set
- Change "Metadata (SEO)" tab title to "SEO"
- Fix preview section
- Fix metadata view
1.0.2
1.0.1
1.0.0
- Final release for v3
- Add Danish string translations by @olivertedwards in #54
0.4.2-beta
- Fix disabling of
sitemap
not working. (#52)
0.4.1-beta
- Allow dynamic exclusion of pages from sitemap via
meta.sitemap.url
hook by returningfalse
from the callback function.
0.4.0-beta
- Now works properly with Kirby’s staticache plugin
- Sitemap is now a virtual page to simplify caching logic
- Fixed some translations (thanks to @CHE1RON)
metadata()
method can not be a "virtual" method supplied via Kirby’spageMethods
extension point
0.3.2-beta
- Fix composer foo
0.3.1-beta: Merge pull request #34 from Daandelange/page-method-is-indexed
- Add
$page->isIndexible()
and$site->indexedPages()
methods. - Add compatibility for PHP 8.2
0.3.0-beta
- French translation
- List of title separators can now be configures #28
- Fix JSON-LD website owner ID
- Always output robots meta tag, even if nothing is disabled (makes debugging easier)
- Fix type warning in panel
Big thanks to all contributors! ❤️