Skip to content

Commit 020e067

Browse files
committed
Release 1.13.11
1 parent 92d424d commit 020e067

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

js/jquery.dataTables.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*! DataTables 1.13.10
1+
/*! DataTables 1.13.11
22
* ©2008-2024 SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 1.13.10
8+
* @version 1.13.11
99
* @author SpryMedia Ltd
1010
* @contact www.datatables.net
1111
* @copyright SpryMedia Ltd.
@@ -9801,7 +9801,7 @@
98019801
* @type string
98029802
* @default Version number
98039803
*/
9804-
DataTable.version = "1.13.10";
9804+
DataTable.version = "1.13.11";
98059805

98069806
/**
98079807
* Private data store, containing all of the settings objects that are

js/jquery.dataTables.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.dataTables.min.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

js/jquery.dataTables.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! DataTables 1.13.10
1+
/*! DataTables 1.13.11
22
* ©2008-2024 SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -9744,7 +9744,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
97449744
* @type string
97459745
* @default Version number
97469746
*/
9747-
DataTable.version = "1.13.10";
9747+
DataTable.version = "1.13.11";
97489748

97499749
/**
97509750
* Private data store, containing all of the settings objects that are

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/jquery.dataTables.js",
55
"module": "js/jquery.dataTables.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "1.13.10",
7+
"version": "1.13.11",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",
@@ -18,7 +18,7 @@
1818
"sort"
1919
],
2020
"dependencies": {
21-
"jquery": ">=1.7"
21+
"jquery": "1.8 - 4"
2222
},
2323
"moduleType": [
2424
"globals",

0 commit comments

Comments
 (0)