We should add an option to download specific releases of Prism instead of the latest version from the master branch for the following reasons:
- The current version in
master might not be the most stable version (or even pass the build).
- The Autoloader SRI plugin (#1851). The hashes of the plugin are specific for the current version of the build. This means that when you download the latest version of Prism with Autoloader + SRI and use your favorite CND with Prism v1.XX, then the hashes of all files which have been changed since the last release will be incorrect causing Autoloader to be unable to load quite a few languages.
This addition to the download page is basically a necessity before we release Autoloader SRI.
We should add an option to download specific releases of Prism instead of the latest version from the
masterbranch for the following reasons:mastermight not be the most stable version (or even pass the build).This addition to the download page is basically a necessity before we release Autoloader SRI.