Skip to content

Commit 2c519a9

Browse files
committed
Bumped version to 1.1.0.
1 parent 5ed2370 commit 2c519a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,14 @@ Smart placement is **disabled** by default because I believe that the world woul
299299

300300
## Change Log
301301

302-
**[v1.1.0](https://github.com/stevenbenner/jquery-powertip/compare/v1.0.4...master)** - TBD
302+
**[v1.1.0](https://github.com/stevenbenner/jquery-powertip/compare/v1.0.4...v1.1.0)** - August 8, 2012
303303

304304
* Added smart placement feature.
305305
* Added API with showTip() and closeTip() methods.
306306
* Added custom events.
307307
* Added support for keyboard navigation.
308308
* Added support for jsFiddle.
309+
* Fixed mouse-follow constraint.
309310

310311
**[v1.0.4](https://github.com/stevenbenner/jquery-powertip/compare/v1.0.3...v1.0.4)** - July 31, 2012
311312

jquery.powertip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @fileoverview jQuery plugin that creates hover tooltips.
55
* @link http://stevenbenner.github.com/jquery-powertip/
66
* @author Steven Benner (http://stevenbenner.com/)
7-
* @version 1.0.4
7+
* @version 1.1.0
88
* @requires jQuery 1.7+
99
*
10-
* @license jQuery PowerTip Plugin v1.0.4
10+
* @license jQuery PowerTip Plugin v1.1.0
1111
* http://stevenbenner.github.com/jquery-powertip/
1212
* Copyright 2012 Steven Benner (http://stevenbenner.com/)
1313
* Released under the MIT license.

0 commit comments

Comments
 (0)