Hello i have in my WordPress site 2 differnet custom plugins.
Both Plugins have the meta box libary directly included.
The first Plugin is a half year old (include a old metabox version) and the second plugin new developed (has the new metabox version included).
The problem now, wordpress load the plugin with the old metabox version at first.
So the new second plugin use and load the old metabox version also (but it need the new version).
How can be avoid this problem?
I can't update the metabox in the first old plugin 🙁
Currently, our loader mechanism couldn't detect which version is older and decide to load the newer one :(. It's probably better to load the plugin from the wordpress.org with the help of TGM Activation class.