Skip to content

v0.4.0: First Kirby 4 release

Compare
Choose a tag to compare
@tobimori tobimori released this 08 Sep 21:05
· 86 commits to main since this release
0966d4a

💥 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 not files.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 in robots.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