Skip to content

Commit

Permalink
Merge pull request #2 from loebi-ch/master
Browse files Browse the repository at this point in the history
Update to version 2.2.2
  • Loading branch information
reclaimingmytime authored Feb 10, 2018
2 parents 5bef459 + d7db82b commit 9a1e705
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ Submit a [GitHub Issues request](https://github.com/loebi-ch/jquery-clock-timepi
Changelog
---------

**Version 2.2.2**
- Issue #12 fixed.

**Version 2.2.1**
- Issue #9 perfectionated to select hour/minute part with mouse click.
- Parse number settings as integer to prevent errors in calculations in case that a string is passed.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</head>
<body>
<div class="main">
<h1>jQuery Clock Time Picker v2.2.1</h1>
<h1>jQuery Clock Time Picker v2.2.2</h1>
<h3>NPM package "jquery-clock-timepicker"</h3>
<p>A free jQuery Plug-in to select the time with a clock inspired by the Android time picker. This plugin works on Desktop and Mobile phones.</p>
<p>Install with NPM or download it directly from GitHub:<br /><a href="https://github.com/loebi-ch/jquery-clock-timepicker" target="_blank">https://github.com/loebi-ch/jquery-clock-timepicker</a></p>
Expand Down
4 changes: 2 additions & 2 deletions jquery-clock-timepicker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: Andreas Loeber
* Plugin: jquery-clock-timerpicker
* Version: 2.2.1
* Version: 2.2.2
*/
(function($) {

Expand All @@ -10,7 +10,7 @@
/************************************************************************************************
DEFAULT SETTINGS (CAN BE OVERRIDDEN WITH THE OPTIONS ARGUMENT)
************************************************************************************************/
var settings = $.extend({
var settings = $.extend(true, {
afternoonHoursInOuterCircle: false,
autosize: false,
colors: {
Expand Down
2 changes: 1 addition & 1 deletion jquery-clock-timepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-clock-timepicker",
"version": "2.2.1",
"version": "2.2.2",
"author": {
"name": "Andreas Loeber",
"url": "https://github.com/loebi-ch"
Expand Down

0 comments on commit 9a1e705

Please sign in to comment.