Quote:
Originally Posted by philja
I've corrected that locally in my version but could another potential problem arise from the way the new version's file is named? It is called "InsertImageSVG_02.1.4.zip" rather than the usual "InsertImageSVG_0.2.1.4.zip".
Would that cause a look-up discrepancy in the update module?
|
No. Anything after the underscore in the zipfile name is ignored. The version number is pulled from the internal plugin.xml file. The only requirement is that the internal folder name (and the plugin name in plugin.xml) match what comes before the underscore. We added the ability to add version info after the underscore so people (devs and users alike) could quickly tell archives apart at a glance. But that portion is purely cosmetic.