Plugin Directory

Changeset 222897


Ignore:
Timestamp:
03/29/2010 08:05:01 AM (16 years ago)
Author:
Meini
Message:
 
Location:
utech-world-time-for-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utech-world-time-for-wp/trunk/readme.txt

    r222877 r222897  
    55Requires at least: 2.0.2
    66Tested up to: 2.9.2
    7 Stable tag: 0.1 beta
     7Stable tag: 0.1.1 beta
    88
    99
     
    2424
    2525* Put the following shortcode anywhere on your post or page to create a GMT/UTC clock:
     26
    2627`[worldtime]`
    2728
    2829   
    2930* Use the 'places' parameter to specify the clock's time zone:
     31
    3032`[worldtime places="Paris"]`
    3133
    3234   
    3335* List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6)
     36
     37
    3438`[worldtime places="Rome, New York"]`
    3539
     
    4246* Use only the beginning of a name to list all places starting with the same characters. (This behaviour can be controlled with the `exact` parameter, see below).
    4347For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this:
     48
    4449`[worldtime places="Paris, New"]`
    4550
    4651
    4752* Or to list all names starting with 'Z'
     53
    4854`[worldtime places="Z"]`
    4955
     
    5359* Utech World Time estimates the number of returned items and adjusts the height of the list accordingly.
    5460If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown.
     61
    5562`[worldtime places="London" lcount=2]`
    5663
     
    5865* Alternatively you can adjust the height of the list in pixels with the height parameter.
    5966If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list.
     67
    6068`[worldtime places="New" height=500]`
    6169
     
    133141== Changelog ==
    134142
    135 = 0.1 beta =
    136 * Initial release March 29, 2010
    137 
    138 == Upgrade Notice ==
     143= 0.1.1 beta =
     144March 29, 2010
     145* Updated description only, no change to code
    139146
    140147= 0.1 beta =
    141 Initial release
     148March 29, 2010
     149* Initial release
    142150
    143151
  • utech-world-time-for-wp/trunk/utech_world_time.php

    r222845 r222897  
    33Plugin Name: Utech World Time
    44Plugin URI: http://www.utechworld.com/projects/world-time-for-wp/
    5 Description: Utech World Time for WP creates one or more simple world clocks on your posts or pages or wherever you can put a shortcode.
    6 Version:  0.1
     5Description: Create real time world clocks using simple shortcode. E.g. [worldtime places="Brisbane"]. See readme.txt or plugin page for more details.
     6Version:  0.1.1
    77Author: Meini
    88Author URI: http://www.utechworld.com
Note: See TracChangeset for help on using the changeset viewer.