Skip to content

Commit

Permalink
Prepare 1.7.0 RC3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed May 1, 2017
1 parent f18a655 commit 6d7a7e7
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.standalone.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker.standalone.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.min.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.standalone.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-datepicker3.standalone.min.css

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

8 changes: 4 additions & 4 deletions dist/js/bootstrap-datepicker.js
@@ -1,5 +1,5 @@
/*!
* Datepicker for Bootstrap v1.7.0-RC2 (https://github.com/uxsolutions/bootstrap-datepicker)
* Datepicker for Bootstrap v1.7.0-RC3 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand Down Expand Up @@ -1932,9 +1932,9 @@
'<th colspan="7" class="datepicker-title"></th>'+
'</tr>'+
'<tr>'+
'<th class="prev">&laquo;</th>'+
'<th class="prev">'+defaults.templates.leftArrow+'</th>'+
'<th colspan="5" class="datepicker-switch"></th>'+
'<th class="next">&raquo;</th>'+
'<th class="next">'+defaults.templates.rightArrow+'</th>'+
'</tr>'+
'</thead>',
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
Expand Down Expand Up @@ -1998,7 +1998,7 @@

/* DATEPICKER VERSION
* =================== */
$.fn.datepicker.version = '1.7.0-RC2';
$.fn.datepicker.version = '1.7.0-RC3';

$.fn.datepicker.deprecated = function(msg){
var console = window.console;
Expand Down
6 changes: 3 additions & 3 deletions dist/js/bootstrap-datepicker.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/locales/bootstrap-datepicker.bn.min.js

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

2 changes: 1 addition & 1 deletion dist/locales/bootstrap-datepicker.ro.min.js

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

1 change: 1 addition & 0 deletions dist/locales/bootstrap-datepicker.tg.min.js

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

1 change: 0 additions & 1 deletion dist/locales/bootstrap-datepicker.tj.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion js/bootstrap-datepicker.js
Expand Up @@ -2011,7 +2011,7 @@

/* DATEPICKER VERSION
* =================== */
$.fn.datepicker.version = '1.7.0-RC2';
$.fn.datepicker.version = '1.7.0-RC3';

$.fn.datepicker.deprecated = function(msg){
var console = window.console;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap-datepicker",
"description": "A datepicker for Bootstrap",
"version": "1.7.0-RC2",
"version": "1.7.0-RC3",
"license": "Apache-2.0",
"keywords": [
"datepicker",
Expand Down

0 comments on commit 6d7a7e7

Please sign in to comment.