Version 1 plugins are absent from the CDN

Version 1 plugins are absent from the CDN

olemoignolemoign Posts: 3Questions: 2Answers: 0
edited May 7 in Free community support

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!

Answers

  • kthorngrenkthorngren Posts: 20,425Questions: 26Answers: 4,794

    Looking at the ColReorder CDN page it looks like 1.7.0 was the last version before ColReorder 2.0.0 was released.

    Kevin

  • allanallan Posts: 61,972Questions: 1Answers: 10,160 Site admin

    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

Sign In or Register to comment.