Skip to content

Commit

Permalink
eb374d15c81375eb82eca6f16a27ecf2b86f0701 Release 1.11.2
Browse files Browse the repository at this point in the history
272b183301ddf120b86a96090044bda469d59d84 Merge branch 'master' of github.com:DataTables/DataTablesSrc

2a5c67b31fb6a2e2cf033bc94abc73e2086e2aa0 Fix: Bulma styling integration - incorrect class name for `is-half` was being used

DataTables/DataTablesSrc#194

ea607c6e51e76d13efc341b5d41f5082a33b56e0 Merge branch 'master' of github.com:DataTables/DataTablesSrc

Sync to source repo @ea607c6e51e76d13efc341b5d41f5082a33b56e0
  • Loading branch information
AllanJard committed Sep 20, 2021
1 parent 267d3bf commit 7e67f10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "1.11.2",
"last-sync": "45b675ba154e93eae3087811c7cd36675c953b10"
"last-sync": "ea607c6e51e76d13efc341b5d41f5082a33b56e0"
}
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.11.1
/*! DataTables 1.11.2
* ©2008-2021 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.11.1
* @version 1.11.2
* @file jquery.dataTables.js
* @author SpryMedia Ltd
* @contact www.datatables.net
Expand Down Expand Up @@ -9606,7 +9606,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.11.1";
DataTable.version = "1.11.2";

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e67f10

Please sign in to comment.