- Issue created by @robindh
- First commit to issue fork.
- Merge request !2Resolve #3486175 "Provide a way to load the latest ALTCHA minor version from CDN" → (Open) created by arno_vgh
Currently, a minified version of the ALTCHA JS library is contained within the module. This means only one version is supported (currently 1.0.6). Whenever there are bugfixes or security fixes for the library, we'll need a new release for this module.
To solve this, we could optionally include the latest minor or patch version via ALTCHA CDN. Since we're not allowing major version updates, the module should remain backward compatible with the CDN library.
For example: https://eu.altcha.org/js/1.0.x/altcha.min.js
or https://eu.altcha.org/js/1.x/altcha.min.js
Active
1.0
Code