Plugin Directory

Changeset 688666


Ignore:
Timestamp:
03/29/2013 04:05:32 AM (13 years ago)
Author:
rxn
Message:

fixed date

Location:
sunrise-sunset/trunk
Files:
5 edited

Legend:

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

    r548386 r688666  
    33Tags: sunrise, sunset, widget
    44Requires at least: 3.0
    5 Tested up to: 3.3.1
    6 Stable tag: 1.1.5
     5Tested up to: 3.5.1
     6Stable tag: 1.1.6
    77License: GPLv2
    88
     
    7171
    7272== Changelog ==
     73= 1.1.6 =
     74* Dynamic Year.
     75
    7376= 1.1.5 =
    7477* Added Perth Australian.
  • sunrise-sunset/trunk/sunrisesunset.php

    r548386 r688666  
    9191        $sunrise_checkbox;
    9292        $friday_checkbox;
     93        $hour_offset_checkbox;
    9394
    9495        if ($instance['showsunset']) {
  • sunrise-sunset/trunk/utils.php

    r548386 r688666  
    1313        $currentTimezone = $city->getTimezone();
    1414
    15         $dstStart = '2012-03-11';
    16         $dstEnd = '2012-11-04';
     15        $dstStart = date('Y') . '-03-11';
     16        $dstEnd = date('Y') . '-11-04';
    1717        $today = date($time_format, $timestamp);
    1818
Note: See TracChangeset for help on using the changeset viewer.