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