Skip to content

Commit

Permalink
Publishing version 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Jan 30, 2023
1 parent b1603fd commit 076b3ed
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jqGrid.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"forzen rows",
"frozen columns"
],
"version": "5.7.0",
"version": "5.8.2",
"author": {
"name": "Tony Tomov",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion js/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(!$.jgrid.hasOwnProperty("defaults")) {
$.jgrid.defaults = {};
}
$.extend($.jgrid,{
version : "5.8.1",
version : "5.8.2",
isNull : function( p, strict_eq) {
if(strict_eq && strict_eq === true) {
return p === null;
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.jqGrid.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* @license Guriddo jqGrid JS - v5.8.1 - 2023-01-30
* @license Guriddo jqGrid JS - v5.8.2 - 2023-01-30
* Copyright(c) 2008, Tony Tomov, [email protected]
*
* License: http://guriddo.net/?page_id=103334
Expand All @@ -24,7 +24,7 @@ if(!$.jgrid.hasOwnProperty("defaults")) {
$.jgrid.defaults = {};
}
$.extend($.jgrid,{
version : "5.8.1",
version : "5.8.2",
isNull : function( p, strict_eq) {
if(strict_eq && strict_eq === true) {
return p === null;
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.jqGrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/minified/grid.base.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jqGrid",
"title": "Guriddo jqGrid",
"description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
"version": "5.8.1",
"version": "5.8.2",
"author": {
"name": "Tony Tomov",
"url": "http://www.guriddo.net",
Expand Down

0 comments on commit 076b3ed

Please sign in to comment.