Skip to content

Commit

Permalink
Release 1.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Feb 9, 2024
1 parent b2e9e89 commit 92d424d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "1.12.1",
"name": "datatables.net/datatables.net",
"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",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"types/types.d.ts"
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "1.13.9",
"last-tag": "1.13.10",
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
}
6 changes: 3 additions & 3 deletions js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 1.13.9
/*! DataTables 1.13.10
* ©2008-2024 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.13.9
* @version 1.13.10
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -9801,7 +9801,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.13.9";
DataTable.version = "1.13.10";

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.dataTables.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.dataTables.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 1.13.9
/*! DataTables 1.13.10
* ©2008-2024 SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -9744,7 +9744,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
* @type string
* @default Version number
*/
DataTable.version = "1.13.9";
DataTable.version = "1.13.10";

/**
* Private data store, containing all of the settings objects that are
Expand Down
2 changes: 1 addition & 1 deletion nuget.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.13.9</version>
<version>1.13.10</version>
<id>datatables.net</id>
<description>This is jQuery DataTables</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables.git"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "js/jquery.dataTables.js",
"module": "js/jquery.dataTables.mjs",
"types": "./types/types.d.ts",
"version": "1.13.9",
"version": "1.13.10",
"files": [
"js/**/*.js",
"js/**/*.mjs",
Expand Down

0 comments on commit 92d424d

Please sign in to comment.