If I understood correctly, WHIP should work when installed in several different versions by different plugins. However, the way this is currently implemented will not work.
The constant WHIP_VERSION will only ever be defined once. If an old version gets loaded first, all other versions will use the version string of that version.
If I understood correctly, WHIP should work when installed in several different versions by different plugins. However, the way this is currently implemented will not work.
The constant
WHIP_VERSIONwill only ever be defined once. If an old version gets loaded first, all other versions will use the version string of that version.