Releases: tobimori/kirby-seo
Releases · tobimori/kirby-seo
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.templateoption 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) /panelis now disallowed inrobots.txtby 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
modifiedmeta tag based on Kirbydate.handler - Robots module:
Robots.txtgeneration- 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
v0.2.0
Changes
- Single lang setups now have a dedicated config option for setting the language
If you're running a single lang setup, make sure to add the following option to yourconfig.php:
// config.php
return [
'tobimori.seo.lang' => 'en_US',
];Full Changelog: 0.1.3...0.2.0
v0.1.3
Changes
- Move from default section API to custom API route, for better compatibility with production web servers like NGINX
Full Changelog: 0.1.2...0.1.3