Only use the MAJOR
version to ensure you have the latest backwards compatible changes.
https://libs.na.bambora.com/customcheckout/1/customcheckout.js
Given a version number MAJOR.MINOR.PATCH
:
MAJOR
: incremented when changes break backwards compatibility, e.g. 2.0.0MINOR
: incremented when adding new features which don't break existing features, e.g. 1.1.0PATCH
: incremented when making bug fixes and other minor changes, e.g. 1.0.1