Skip to content

Releases: tobimori/kirby-seo

v0.2.0

16 May 13:26
f855905
Compare
Choose a tag to compare

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 your config.php:
// config.php
return [
    'tobimori.seo.lang' => 'en_US',
];

Full Changelog: 0.1.3...0.2.0

v0.1.3

10 May 09:43
1cb36a4
Compare
Choose a tag to compare

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

09 May 18:01
58b6afd
Compare
Choose a tag to compare

v0.1.1: English translation

09 May 16:55
54a5c7a
Compare
Choose a tag to compare

v0.1.0: Initial release

09 May 16:36
8fc2a23
Compare
Choose a tag to compare