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
I see in register() function a plugin is simply ignored if slug already in the list.
What happen if a plugin require a greater version than another one? The first call is kept, the second is ignored.
So, it is better to be the first to talk (with a high priority), but it is in contradiction with walkthrough in issue #666
Should it be better to keep the settings of the plugin with greatest version instead simply ignoring it?
The text was updated successfully, but these errors were encountered:
I do have one base plugin which is requered for my other plugins - I am running into the same issue that the plugin is not shown if a different minimal version is used :(
Could you please provide and fix for that.
Many thx - Martin
I see in register() function a plugin is simply ignored if slug already in the list.
What happen if a plugin require a greater version than another one? The first call is kept, the second is ignored.
So, it is better to be the first to talk (with a high priority), but it is in contradiction with walkthrough in issue #666
Should it be better to keep the settings of the plugin with greatest version instead simply ignoring it?
The text was updated successfully, but these errors were encountered: