hi, im trying to install kirby SEO but there is an error telling me, that it need k4 or higher. but im working on k5…
@tobimori can you help me? thanks alot
hi, im trying to install kirby SEO but there is an error telling me, that it need k4 or higher. but im working on k5…
@tobimori can you help me? thanks alot
Looks like you are not using the latest version of the plugin, current version in index.php reads, not what you are showing in the screenshot.
if (
version_compare(App::version() ?? '0.0.0', '5.0.0-rc.1', '<') === true ||
version_compare(App::version() ?? '0.0.0', '6.0.0', '>') === true
) {
throw new Exception('Kirby SEO requires Kirby 5');
}
You have to install Kirby SEO 2.0.0-alpha.
ah ok thanks. i did
composer require tobimori/kirby-seo
what could i type instead?
composer require tobimori/kirby-seo:^2.0.0-alpha.3
![]()