Skip to content

Commit

Permalink
Release 1.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Feb 9, 2024
1 parent 08c656b commit b0cabc2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 1.13.7
* ©2008-2023 SpryMedia Ltd - datatables.net/license
/*! DataTables 1.13.9
* ©2008-2024 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.13.7
* @version 1.13.9
* @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.7";
DataTable.version = "1.13.9";

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/jquery.dataTables.min.mjs

Large diffs are not rendered by default.

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

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

/**
* Private data store, containing all of the settings objects that are
Expand Down

0 comments on commit b0cabc2

Please sign in to comment.