Plugin Directory

Changeset 520743


Ignore:
Timestamp:
03/19/2012 06:11:31 AM (14 years ago)
Author:
rxn
Message:

version 1.0.5

Location:
sunrise-sunset/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sunrise-sunset/trunk/readme.txt

    r441985 r520743  
    33Tags: sunrise, sunset, widget
    44Requires at least: 3.0
    5 Tested up to: 3.0.5
    6 Stable tag: 1.0.4
     5Tested up to: 3.3.1
     6Stable tag: 1.0.5
    77License: GPLv2
    88
     
    1111== Description ==
    1212
    13 This widget displays the sunrise and sunset times for Chicago, Los Angeles, and New York. You can set the location
     13This widget displays the sunrise and sunset times for select cities. You can set the location
    1414using a drop down list.
     15
     16In order to add a city please add a line to the cities.txt file. The format of the
     17file is
     18cityname:timezone:latitude:longitude
     19
     20For example:
     21Orlando,FL:America/New_York:28.55:-81.33
     22
     23Logitude is always negative for America Cities.  This plugin should handle cities from different
     24countries, but it has not been tested.
     25
    1526
    1627Please email me if you have any questions or requests: [email protected]
     
    4253
    4354== 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
    4460= 1.0.4 =
    4561* Bug Fixes
  • sunrise-sunset/trunk/sunrisesunset.php

    r520737 r520743  
    44Plugin URI: http://wordpress.org/extend/plugins/sunrise-sunset/
    55Description: Displays Sunrise and Sunset Times
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: Rex Posadas ([email protected])
    88Author URI: http://www.rxnfx.com/ss-plugin
Note: See TracChangeset for help on using the changeset viewer.