Changeset 520743
- Timestamp:
- 03/19/2012 06:11:31 AM (14 years ago)
- Location:
- sunrise-sunset/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
sunrisesunset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sunrise-sunset/trunk/readme.txt
r441985 r520743 3 3 Tags: sunrise, sunset, widget 4 4 Requires at least: 3.0 5 Tested up to: 3. 0.56 Stable tag: 1.0. 45 Tested up to: 3.3.1 6 Stable tag: 1.0.5 7 7 License: GPLv2 8 8 … … 11 11 == Description == 12 12 13 This widget displays the sunrise and sunset times for Chicago, Los Angeles, and New York. You can set the location13 This widget displays the sunrise and sunset times for select cities. You can set the location 14 14 using a drop down list. 15 16 In order to add a city please add a line to the cities.txt file. The format of the 17 file is 18 cityname:timezone:latitude:longitude 19 20 For example: 21 Orlando,FL:America/New_York:28.55:-81.33 22 23 Logitude is always negative for America Cities. This plugin should handle cities from different 24 countries, but it has not been tested. 25 15 26 16 27 Please email me if you have any questions or requests: [email protected] … … 42 53 43 54 == Changelog == 55 = 1.0.5 = 56 * Add more cities 57 * Can show to display on sunset/sunrise times 58 ^ Cities are now on files. 59 44 60 = 1.0.4 = 45 61 * Bug Fixes -
sunrise-sunset/trunk/sunrisesunset.php
r520737 r520743 4 4 Plugin URI: http://wordpress.org/extend/plugins/sunrise-sunset/ 5 5 Description: Displays Sunrise and Sunset Times 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: Rex Posadas ([email protected]) 8 8 Author URI: http://www.rxnfx.com/ss-plugin
Note: See TracChangeset
for help on using the changeset viewer.