Skip to content

Commit

Permalink
Bumped version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Aug 8, 2012
1 parent 5ed2370 commit 2c519a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,14 @@ Smart placement is **disabled** by default because I believe that the world woul

## Change Log

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

* Added smart placement feature.
* Added API with showTip() and closeTip() methods.
* Added custom events.
* Added support for keyboard navigation.
* Added support for jsFiddle.
* Fixed mouse-follow constraint.

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

Expand Down
4 changes: 2 additions & 2 deletions jquery.powertip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* @fileoverview jQuery plugin that creates hover tooltips.
* @link http://stevenbenner.github.com/jquery-powertip/
* @author Steven Benner (http://stevenbenner.com/)
* @version 1.0.4
* @version 1.1.0
* @requires jQuery 1.7+
*
* @license jQuery PowerTip Plugin v1.0.4
* @license jQuery PowerTip Plugin v1.1.0
* http://stevenbenner.github.com/jquery-powertip/
* Copyright 2012 Steven Benner (http://stevenbenner.com/)
* Released under the MIT license.
Expand Down

0 comments on commit 2c519a9

Please sign in to comment.