Changeset 144235
- Timestamp:
- 08/09/2009 09:10:59 PM (17 years ago)
- Location:
- wp-google-weather/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-google-weather.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-google-weather/trunk/readme.txt
r140196 r144235 2 2 Plugin URI: http://imwill.com/wp-google-weather/ 3 3 Contributors: Hendrik Will 4 Tags: google, weather, forecast, api 4 Tags: google, weather, forecast, api, widget 5 5 Requires at least: 2.8 6 6 Tested up to: 2.8.2 7 Stable tag: 0. 27 Stable tag: 0.3 8 8 9 9 Displays a weather widget using the unofficial Google weather API. … … 72 72 73 73 == Changelog == 74 = 0.3 - 09.08.2009 = 75 * added an extra div wrapper with additional css class to fix layout problems depending on the template (thanks Danny and Joe) 76 74 77 = 0.2 - 28.07.2009 = 75 78 * checking unit_system param of Google weather API output to convert Fahrenheit to Celsius (thanks Mike) -
wp-google-weather/trunk/wp-google-weather.php
r140192 r144235 46 46 function hw_wpgw() { 47 47 /* Widget settings. */ 48 $widget_ops = array( ' classname' => 'hw_wpgw', 'description' => __('A widget that displays the weather.', 'hw_wpgw') );48 $widget_ops = array( 'description' => __('A widget that displays the weather.', 'hw_wpgw') ); 49 49 50 50 /* Widget control settings. */ … … 204 204 205 205 echo ' 206 <div class="hw_wpgw"> 206 207 <dl> 207 208 <dd class="today"> … … 234 235 echo ' 235 236 </dl> 237 </div> 236 238 <div style="clear: both;"></div> 237 239 ';
Note: See TracChangeset
for help on using the changeset viewer.