Changeset 688666
- Timestamp:
- 03/29/2013 04:05:32 AM (13 years ago)
- Location:
- sunrise-sunset/trunk
- Files:
-
- 5 edited
-
readme.txt (modified) (2 diffs)
-
screenshot-1.jpg (modified) (previous)
-
screenshot-2.jpg (modified) (previous)
-
sunrisesunset.php (modified) (1 diff)
-
utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sunrise-sunset/trunk/readme.txt
r548386 r688666 3 3 Tags: sunrise, sunset, widget 4 4 Requires at least: 3.0 5 Tested up to: 3. 3.16 Stable tag: 1.1. 55 Tested up to: 3.5.1 6 Stable tag: 1.1.6 7 7 License: GPLv2 8 8 … … 71 71 72 72 == Changelog == 73 = 1.1.6 = 74 * Dynamic Year. 75 73 76 = 1.1.5 = 74 77 * Added Perth Australian. -
sunrise-sunset/trunk/sunrisesunset.php
r548386 r688666 91 91 $sunrise_checkbox; 92 92 $friday_checkbox; 93 $hour_offset_checkbox; 93 94 94 95 if ($instance['showsunset']) { -
sunrise-sunset/trunk/utils.php
r548386 r688666 13 13 $currentTimezone = $city->getTimezone(); 14 14 15 $dstStart = '2012-03-11';16 $dstEnd = '2012-11-04';15 $dstStart = date('Y') . '-03-11'; 16 $dstEnd = date('Y') . '-11-04'; 17 17 $today = date($time_format, $timestamp); 18 18
Note: See TracChangeset
for help on using the changeset viewer.