Version 1 plugins are absent from the CDN
Version 1 plugins are absent from the CDN

Hi,
it seems the latest minor versions of ColReorder and Responsive for DataTables 1 are absent from the CDN:
https://cdn.datatables.net/colreorder/1.7.0/js/dataTables.colReorder.min.js 200
https://cdn.datatables.net/colreorder/1.7.1/js/dataTables.colReorder.min.js 404
https://cdn.datatables.net/colreorder/1.7.2/js/dataTables.colReorder.min.js 404
Is there a reason for this?
Thank you!
This discussion has been closed.
Answers
Looking at the ColReorder CDN page it looks like 1.7.0 was the last version before ColReorder 2.0.0 was released.
Kevin
There was never a proper release of ColReorder 1.7.x other than .0.
However, after DataTables 2 was released, I did have to do an npm update for the package for compatibility reasons, so there is actually a 1.7.1 and 1.7.2 in npm but the code in them is functionality identical. The only change was in the package.json file.
So this is correct - there are no 1.7.1 and 1.7.2 files on the CDN.
Allan