tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

I found the actual version of the jquery.jqGrid.min.js file in version 4.5.3 to 4.6.0 is 4.5.2 #947

Closed ly641921791 closed 4 years ago

ly641921791 commented 5 years ago

I found the actual version of the jquery.jqGrid.min.js file in version 4.5.3 to 4.6.0 is 4.5.2.

ly641921791 commented 5 years ago

This caused bugs in some other projects, such as https://github.com/webjars/jqgrid/issues/3

tonytomov commented 5 years ago

Can you please post example? I expect to see from where this file is downloaded and what is exactly the bug?

ly641921791 commented 5 years ago

Sorry, my statement has a problem.

The upstream file used by the webjars/jqgrid project is current project. The actual version of the jquery.jqGrid.min.js file in the current project from 4.5.3 to 4.6.0 is 4.5.2.

So when jqGrid is introduced through the webjars/jqgrid of version 4.5.3 to 4.6.0, and the jquery.jqGrid.min.js file is used, the version 4.5.2 of jquery.jqGrid.min.js is actually used.