Plugin Directory

Changeset 945070


Ignore:
Timestamp:
07/08/2014 05:17:03 PM (12 years ago)
Author:
techni_orchid
Message:

version 1.2.1

Location:
sinosplice-tooltips
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • sinosplice-tooltips/tags/1.2.1/SinospliceTooltips.php

    r885362 r945070  
    11<?php
    2 //echo "<br><br><br>";
    32$VERSION = "1.2";
    43/*
  • sinosplice-tooltips/tags/1.2.1/readme.txt

    r945040 r945070  
    55Requires at least: 2.0.0
    66Tested up to: 3.9
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88
    99Create attractive and customizable tooltips showing the pinyin of Chinese characters, glosses for Japanese characters, or anything you can think of.
     
    1414Plugin URI: http://www.techniorchidllc.com/extras/wp/sinosplicetooltips/ <br>
    1515Description: Easily add attractive tooltips to show the pinyin of Chinese characters, glosses for Japanese characters, or any use for tooltip text you can think of.  Originally designed for and by Sinosplice.com.<br>
    16 Version: 1.2<br>
     16Version: 1.2.1<br>
    1717Author: Andy Warmack<br>
    1818Author URI: http://www.techniorchidllc.com/
     
    3131
    3232== Changelog ==
     33
     34= 1.2.1 =
     35* Fixed edge-case bug with z-index in certain themes.
     36* Removed a bit of commented code.
    3337
    3438= 1.2 =
  • sinosplice-tooltips/tags/1.2.1/style/SinospliceTooltips.css

    r306795 r945070  
    88
    99}
     10
     11#btc { z-index: 99999; }
  • sinosplice-tooltips/trunk/SinospliceTooltips.php

    r885362 r945070  
    11<?php
    2 //echo "<br><br><br>";
    32$VERSION = "1.2";
    43/*
  • sinosplice-tooltips/trunk/readme.txt

    r945040 r945070  
    55Requires at least: 2.0.0
    66Tested up to: 3.9
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88
    99Create attractive and customizable tooltips showing the pinyin of Chinese characters, glosses for Japanese characters, or anything you can think of.
     
    1414Plugin URI: http://www.techniorchidllc.com/extras/wp/sinosplicetooltips/ <br>
    1515Description: Easily add attractive tooltips to show the pinyin of Chinese characters, glosses for Japanese characters, or any use for tooltip text you can think of.  Originally designed for and by Sinosplice.com.<br>
    16 Version: 1.2<br>
     16Version: 1.2.1<br>
    1717Author: Andy Warmack<br>
    1818Author URI: http://www.techniorchidllc.com/
     
    3131
    3232== Changelog ==
     33
     34= 1.2.1 =
     35* Fixed edge-case bug with z-index in certain themes.
     36* Removed a bit of commented code.
    3337
    3438= 1.2 =
  • sinosplice-tooltips/trunk/style/SinospliceTooltips.css

    r306795 r945070  
    88
    99}
     10
     11#btc { z-index: 99999; }
Note: See TracChangeset for help on using the changeset viewer.