Skip to content

Commit 92d424d

Browse files
committed
Release 1.13.10
1 parent b2e9e89 commit 92d424d

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.12.1",
32
"name": "datatables.net/datatables.net",
43
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is jQuery DataTables",
54
"support": {

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"types/types.d.ts"
1111
],
1212
"src-repo": "http://github.com/DataTables/DataTablesSrc",
13-
"last-tag": "1.13.9",
13+
"last-tag": "1.13.10",
1414
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
1515
}

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.9
1+
/*! DataTables 1.13.10
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.9
8+
* @version 1.13.10
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.9";
9804+
DataTable.version = "1.13.10";
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.9
1+
/*! DataTables 1.13.10
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.9";
9747+
DataTable.version = "1.13.10";
97489748

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

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.13.9</version>
4+
<version>1.13.10</version>
55
<id>datatables.net</id>
66
<description>This is jQuery DataTables</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables.git"/>

package.json

Lines changed: 1 addition & 1 deletion
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.9",
7+
"version": "1.13.10",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",

0 commit comments

Comments
 (0)