Skip to content

Commit 9c7d37f

Browse files
Updates version
1 parent 32730b5 commit 9c7d37f

7 files changed

+15
-13
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ About
99

1010
Use
1111
---
12-
- To use this plugin you must include jQuery (1.6+) and jQuery UI with datepicker (and optionally slider)
13-
- Include timepicker-addon script located in the `dist` directory
14-
- now use timepicker with `$('#selector').datetimepicker()` or `$('#selector').timepicker()`
12+
I recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ) as it has a lot of example code to get started. The quick and dirty:
13+
14+
- To use this plugin you must include jQuery (1.6+) and jQuery UI with datepicker (and optionally slider).
15+
- Include timepicker-addon script located in the `dist` directory.
16+
- now use timepicker with `$('#selector').datetimepicker()` or `$('#selector').timepicker()`.
1517

1618
Contributing Code - Please Read!
1719
--------------------------------

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-timepicker-addon",
3-
"version": "1.3.2",
3+
"version": "1.4",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Requirements</h3>
125125

126126
<br />
127127
<h3>Version</h3>
128-
<p>Version 1.3.2</p>
128+
<p>Version 1.4</p>
129129

130130
<p>Last updated on 2013-08-11</p>
131131
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>

dist/jquery-ui-timepicker-addon.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.3.2 - 2013-08-11
1+
/*! jQuery Timepicker Addon - v1.4 - 2013-08-11
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
44
(function ($) {
@@ -16,7 +16,7 @@
1616
*/
1717
$.extend($.ui, {
1818
timepicker: {
19-
version: "1.3.2"
19+
version: "1.4"
2020
}
2121
});
2222

@@ -2129,6 +2129,6 @@
21292129
/*
21302130
* Keep up with the version
21312131
*/
2132-
$.timepicker.version = "1.3.2";
2132+
$.timepicker.version = "1.4";
21332133

21342134
})(jQuery);

dist/jquery-ui-timepicker-addon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui-timepicker-addon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-ui-timepicker-addon",
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
5-
"version": "1.3.2",
5+
"version": "1.4",
66
"homepage": "http://trentrichardson.com/examples/timepicker",
77
"author": {
88
"name": "Trent Richardson",

0 commit comments

Comments
 (0)