Plugin Directory

Changeset 548386


Ignore:
Timestamp:
05/24/2012 05:33:39 AM (14 years ago)
Author:
rxn
Message:

added perth

Location:
sunrise-sunset/trunk
Files:
4 edited

Legend:

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

    r527120 r548386  
    6262Tucson, AZ:33.29:-122.04:MST:MST
    6363Waynesville, NC:35.483226:-82.994511:EST:EDT
     64Perth Western Australia:-31.933333:115.833333:AWST:AWST
  • sunrise-sunset/trunk/readme.txt

    r527360 r548386  
    44Requires at least: 3.0
    55Tested up to: 3.3.1
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.5
    77License: GPLv2
    88
     
    7171
    7272== Changelog ==
     73= 1.1.5 =
     74* Added Perth Australian.
     75
    7376= 1.1.4 =
    7477* Added "Friday" feature.
  • sunrise-sunset/trunk/sunrisesunset.php

    r527360 r548386  
    44Plugin URI: http://wordpress.org/extend/plugins/sunrise-sunset/
    55Description: Displays Sunrise and Sunset Times
    6 Version:  1.1.4
     6Version:  1.1.5
    77Author: Rex Posadas ([email protected])
    88Author URI: http://www.rxnfx.com/ss-plugin
  • sunrise-sunset/trunk/utils.php

    r527360 r548386  
    5454            case 'HAST':
    5555                $newTimestamp = $timestamp - (10 * 60 * 60);
     56                break;
     57            case 'AWST':
     58                $newTimestamp = $timestamp + (8 * 60 * 60);
    5659                break;
    5760        }
Note: See TracChangeset for help on using the changeset viewer.