Plugin Directory

Changeset 476355


Ignore:
Timestamp:
12/16/2011 12:02:56 PM (14 years ago)
Author:
ciprian_vb
Message:

update 3.0.0.1

Location:
live-countdown-timer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • live-countdown-timer/trunk/live-countdown-timer.php

    r476219 r476355  
    77  Author: Turcu Ciprian
    88  License: GPL
    9   Version: 3.0
     9  Version: 3.0.0.1
    1010  Author URI: http://www.chipree.com/
    1111
     
    6969            echo "selected"; ?> value="2">Medium (Single box)</option>
    7070            <option <?php if ($lct_vArr['lct_type'] == "3")
    71             echo "selected"; ?> value="3">Small (Single box)</option>
     71            echo "selected"; ?> value="3">Small (Single box-4 box)</option>
    7272            <option <?php if ($lct_vArr['lct_type'] == "4")
    73             echo "selected"; ?> value="4">Big (D:H:M:S format)</option>
     73            echo "selected"; ?> value="4">Big (complete timer-4 box)</option>
    7474            <option <?php if ($lct_vArr['lct_type'] == "5")
    75             echo "selected"; ?> value="5">Medium (D:H:M:S format)</option>
     75            echo "selected"; ?> value="5">Medium (complete timer-4 box)</option>
    7676            <option <?php if ($lct_vArr['lct_type'] == "6")
    77             echo "selected"; ?> value="6">Small (D:H:M:S format)</option>
     77            echo "selected"; ?> value="6">Small (complete timer-4 box)</option>
    7878        </select><br/> 
    7979        Pick Date and Time:<br/>   
  • live-countdown-timer/trunk/readme.txt

    r476219 r476355  
    3434
    3535== Changelog ==
     36= 3.0.0.1 =
     37
     38A few modifications to the admin  widget dropdown box
    3639
    3740= 3.0 =
Note: See TracChangeset for help on using the changeset viewer.