QMod supports versioning controls for those Clients wishing to control when updates are applied to their custom template code.  With versioning implemented, future changes from QMod releases will not automatically upgrade your site code.  The Client will manage versioning with this tag.  To pick up on future enhancements Clients need to either update the version number passed in the QMod loader or remove the version tag entirely.  When versioning is not implemented, the default is to reflect the latest QMod version when QMod releases occur.


To implement versioning on your QMod implementation, simply locate the QMod loader script tag.


<script id="qmod" type="application/javascript" src="//qmod.quotemedia.com/js/qmodLoader.js" data-qmod-wmid="XXXXX"></script>


and place a new attribute named data-qmod-version="VERSION" where VERSION is the version you would like to lock down on to.


<script id="qmod" type="application/javascript" src="//qmod.quotemedia.com/js/qmodLoader.js" data-qmod-wmid="XXXXX" data-qmod-version="v1.0.8b"></script>


To see a list of available versions, please visit our Developer Utility and under the Version column there is a drop down with options.



Version 2 QMods


This includes Market Screener, Advanced Chart, and Lite Chart.


This is the "latest" loader (default) 

<script id="qmodiiLoader" type="application/javascript" src="//qmod.quotemedia.com/static/qmodii/loader.js"></script> 


If you want to lock to a specific version replace the loader with the tag as displayed below.

https://static.c1.quotemedia.com/qmod/qmodii/v1.49.3/qModii.umd.min.js