You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in version.php line 31:
in the release it is $plugin->requires = 2015111610;
but to be compatible with 4.2.2 it must be $plugin->requires = 2023011206;
Attention: Current master is alseo behind - current value is 2023042400
No need for fix, just for documentation for new user who wonder why installation fails.
The text was updated successfully, but these errors were encountered:
Error in version.php line 31:
in the release it is
$plugin->requires = 2015111610;
but to be compatible with 4.2.2 it must be
$plugin->requires = 2023011206;
Attention: Current master is alseo behind - current value is
2023042400
No need for fix, just for documentation for new user who wonder why installation fails.
The text was updated successfully, but these errors were encountered: