Releases: tobimori/kirby-seo
1.0.0-rc.1
This release is the first release candidate for a stable release. If no issues are reported, a stable release is coming out in February 1st.
What's Changed
snippetData()
resolving and handling of programmatic meta data fixed- Robots settings defaults look up fixed for draft pages (#60)
- Use named columns for blueprints for easier extensions (#65)
- Template strings are no longer escaped (#63)
Full Changelog: 1.0.0-beta.3...1.0.0-rc.1
1.0.0-beta.3
1.0.0-beta.2
What's Changed
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
v1.0.0-beta.1
This is the first beta release for kirby-seo 1.0 - the next major version.
There has been a massive overhaul & refactoring of the Meta class, and Sitemap functionality has been added.
You can find all breaking changes needed in Migrating to 1.0.0.
A stable release is targeted for the first week of January.
Full Changelog: 0.4.0...1.0.0-beta.1
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
v0.3.4
Changes
- Add french translation
Updating
composer require "tobimori/kirby-seo ^0.3.4"
Full Changelog: 0.3.3...0.3.4
v0.3.3
Changes
- Fix robots route on subpages > 1 level deep (#20)
- Fix Google Breadcrumbs overflow wrap (#11)
- Add option for specifiying parent page & template for uploaded og-images
Updating
composer require "tobimori/kirby-seo ^0.3.3"
Full Changelog: 0.3.2...0.3.3
v0.3.2
v0.3.1
v0.3.0: 🤖🤖🤖🤖
Changes
- New Slack Preview
- Updated Twitter Preview, with Square Card Type
- Auto-detect correct date format for
modified
meta tag based on Kirbydate.handler
- Robots module:
Robots.txt
generation- Generation of Robots meta tags
- Smol' panel indicator for current Robots state
- Configurable Page fields for managing Robots state from the panel
Updating
composer require "tobimori/kirby-seo ^0.3.0"
Full Changelog: 0.2.0...0.3.0