Skip to content

v0.2.0

Compare
Choose a tag to compare
@tobimori tobimori released this 16 May 13:26
· 106 commits to main since this release
f855905

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