3.9.0
- Added new option to specify Close link text
- Added ability to nest shortcodes within Tippy. Note that while Tippy now supports nested shortcodes, not all shortcodes will work properly within Tippy. Output may be different than expected or may show nothing at all.
3.8.1
- Fix for certain punctuation in the text
3.8.0
- Internal JavaScript changes
- Added the ability to copy the css to your theme's folder and have Tippy use that for styling
- Style modifications. Ie, new rule for tips with no header.
- Removed some older functions: domTip_setupTip()
3.7.5
- Tweak for how position is calculated; added for the Annie plugin. Should continue to be cross-browser compatible, but let me know if problems are observed.
3.7.4
- Fix for those not wanting to show a header on the tooltip
3.7.3
- Minor tweak to default CSS, adding a z-index to the tooltip.
3.7.2
- Fixed a glitch that caused the Tippy link to always be an active link
- Added the function tippy_format_title
3.7.1
- Switch shortcode to make use of WordPress shortcode API
3.7.0
- Added a new parameter to Tippy.loadTipInfo() for passing in a title
- Added the ability to generate the tooltip title from a manually coded title attribute
3.6.4
- Tweak to fix title for older hard coded links
3.6.3
- Some tweaks for Glossy compatibility
3.6.2
- Loads Tippy settings in admin dashboard
3.6.1
- Fixed a bug causing the tooltip not to work.
3.6.0
- Added new attribute for a custom class on the tooltip links
- Minor glitches fixed
3.5.2
- Fixed a backwards-compatibility issue
- Fixed a glitch with the close link on tooltips that don't have a header
3.5.1
- Fixed a glitch that caused an issue with Firefox
- Added option to make tooltips sticky
- Added option to make tooltip links and header links open in a new window
- A few refinements on the Close link
3.5.0
- Several internal changes making Tippy more accessible to other plugins
- New optional Close link, giving mobile users a way to dismiss the tooltip
3.4.1
Make use of jQuery.noConflict() to avoid some errors
3.4.0
Fixed a glitch when a tooltip has headers off
Added height and width attributes to allow per-tooltip size customization.
3.3.3
Renamed dom_tooltip.css to dom_tooltip.factory.css, using dom_tooltip.css for user customized stylesheets which will not be overwritten when the tooltip is updated.
3.3.2
Internally, Tippy now relies on jQuery to calculate positioning data and to manipulate the tooltip.
Added options to give blog administrator greater control over where the tooltip will be positioned.