v0.4.0: First Kirby 4 release
💥 Breaking Changes
- kirby-seo v0.4.0 only supports Kirby 4.0.0-beta.1 and upwards.
Other Changes
- Error is no longer thrown when Twitter URL is invalid (closes #22)
- OG Image now supports strings, e.g. for use with content representations (closes #24)
- The OG Image field now works when only the
files.template
option is specified, but notfiles.query
(closes #31) - Visual styling and bugs with Kirby 4 were fixed (closes #12)
- Missing curly brackets for
{{ title }}
in translated strings were added (closes #27) /panel
is now disallowed inrobots.txt
by default (closes #18)$site->schema()
now works (closes #37)
Updating
composer require "tobimori/kirby-seo ^0.4.0"
Full Changelog: 0.3.4...0.4.0