Changeset 222897
- Timestamp:
- 03/29/2010 08:05:01 AM (16 years ago)
- Location:
- utech-world-time-for-wp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (6 diffs)
-
utech_world_time.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
utech-world-time-for-wp/trunk/readme.txt
r222877 r222897 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.9.2 7 Stable tag: 0.1 beta7 Stable tag: 0.1.1 beta 8 8 9 9 … … 24 24 25 25 * Put the following shortcode anywhere on your post or page to create a GMT/UTC clock: 26 26 27 `[worldtime]` 27 28 28 29 29 30 * Use the 'places' parameter to specify the clock's time zone: 31 30 32 `[worldtime places="Paris"]` 31 33 32 34 33 35 * List several places sperated by a comma. This will create multiple world clocks in a stack (currently maximum 6) 36 37 34 38 `[worldtime places="Rome, New York"]` 35 39 … … 42 46 * 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). 43 47 For instance to create a list of world clocks for Paris, New Delhi, New Orleans, New York, and Newark, you can do this: 48 44 49 `[worldtime places="Paris, New"]` 45 50 46 51 47 52 * Or to list all names starting with 'Z' 53 48 54 `[worldtime places="Z"]` 49 55 … … 53 59 * Utech World Time estimates the number of returned items and adjusts the height of the list accordingly. 54 60 If you need to vary the list height, use the parameter lcount, which indicates the number of clocks shown. 61 55 62 `[worldtime places="London" lcount=2]` 56 63 … … 58 65 * Alternatively you can adjust the height of the list in pixels with the height parameter. 59 66 If both the lcount and height parameter are used, then Utech World Time will use whichever results in a taller list. 67 60 68 `[worldtime places="New" height=500]` 61 69 … … 133 141 == Changelog == 134 142 135 = 0.1 beta = 136 * Initial release March 29, 2010 137 138 == Upgrade Notice == 143 = 0.1.1 beta = 144 March 29, 2010 145 * Updated description only, no change to code 139 146 140 147 = 0.1 beta = 141 Initial release 148 March 29, 2010 149 * Initial release 142 150 143 151 -
utech-world-time-for-wp/trunk/utech_world_time.php
r222845 r222897 3 3 Plugin Name: Utech World Time 4 4 Plugin 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 5 Description: Create real time world clocks using simple shortcode. E.g. [worldtime places="Brisbane"]. See readme.txt or plugin page for more details. 6 Version: 0.1.1 7 7 Author: Meini 8 8 Author URI: http://www.utechworld.com
Note: See TracChangeset
for help on using the changeset viewer.