Releases: tobimori/kirby-seo
Releases · tobimori/kirby-seo
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
v0.1.2: Small fixes
Full Changelog: 0.1.1...0.1.2
v0.1.1: English translation
Full Changelog: 0.1.0...0.1.1
v0.1.0: Initial release
Initial release
Full Changelog: https://github.com/tobimori/kirby-seo/commits/0.1.0