Skip to content

Commit 6d7a7e7

Browse files
committed
Prepare 1.7.0 RC3 release
1 parent f18a655 commit 6d7a7e7

16 files changed

+20
-19
lines changed

dist/css/bootstrap-datepicker.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.standalone.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.standalone.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.standalone.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.standalone.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap-datepicker.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.7.0-RC2 (https://github.com/uxsolutions/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.7.0-RC3 (https://github.com/uxsolutions/bootstrap-datepicker)
33
*
44
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
55
*/
@@ -1932,9 +1932,9 @@
19321932
'<th colspan="7" class="datepicker-title"></th>'+
19331933
'</tr>'+
19341934
'<tr>'+
1935-
'<th class="prev">&laquo;</th>'+
1935+
'<th class="prev">'+defaults.templates.leftArrow+'</th>'+
19361936
'<th colspan="5" class="datepicker-switch"></th>'+
1937-
'<th class="next">&raquo;</th>'+
1937+
'<th class="next">'+defaults.templates.rightArrow+'</th>'+
19381938
'</tr>'+
19391939
'</thead>',
19401940
contTemplate: '<tbody><tr><td colspan="7"></td></tr></tbody>',
@@ -1998,7 +1998,7 @@
19981998

19991999
/* DATEPICKER VERSION
20002000
* =================== */
2001-
$.fn.datepicker.version = '1.7.0-RC2';
2001+
$.fn.datepicker.version = '1.7.0-RC3';
20022002

20032003
$.fn.datepicker.deprecated = function(msg){
20042004
var console = window.console;

dist/js/bootstrap-datepicker.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locales/bootstrap-datepicker.bn.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locales/bootstrap-datepicker.ro.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locales/bootstrap-datepicker.tg.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locales/bootstrap-datepicker.tj.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/bootstrap-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@
20112011

20122012
/* DATEPICKER VERSION
20132013
* =================== */
2014-
$.fn.datepicker.version = '1.7.0-RC2';
2014+
$.fn.datepicker.version = '1.7.0-RC3';
20152015

20162016
$.fn.datepicker.deprecated = function(msg){
20172017
var console = window.console;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-datepicker",
33
"description": "A datepicker for Bootstrap",
4-
"version": "1.7.0-RC2",
4+
"version": "1.7.0-RC3",
55
"license": "Apache-2.0",
66
"keywords": [
77
"datepicker",

0 commit comments

Comments
 (0)