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
Problem: Premium upgrade routines are not being run when setting the version number lower than the current version. The free-upgrade routines are run.
This is an unexpected flow and causes a lot of confusion.
Problem: Premium upgrade routines are not being run when setting the version number lower than the current version. The free-upgrade routines are run.
This is an unexpected flow and causes a lot of confusion.
We have only implemented the regular plugins:
(See https://github.com/Yoast/yoast-test-helper/tree/develop/src/WordPress_Plugins)
Premium has an own version to check against for upgrade routines.
This is stored in the option:
wpseo_premium_version
See: https://github.com/Yoast/wordpress-seo-premium/blob/trunk/premium/classes/upgrade-manager.php#L16
This version is not being set when saving a new version.
This should be implemented.
The text was updated successfully, but these errors were encountered: